var futura_cnd = { src: '/flash/futura_cnd.swf' };
var helvetica = { src: '/flash/helvetica.swf' };
var stencil = { src: '/flash/stencil.swf' };
var futura = { src: '/flash/futura.swf' };

sIFR.delayCSS  = true;
/* sIFR does not work when opened straight from the local filesystem. You must load sIFR from a web server. */

// sIFR.domains = ['novemberborn.net'] // domain check
sIFR.activate(futura_cnd);
sIFR.activate(helvetica);
sIFR.activate(stencil);
sIFR.activate(futura);

//sIFR.debug.ratios({ src: 'flash/helvetica.swf', selector: '#left h1' });

sIFR.replace( futura_cnd, {
  selector: '#right h1',
  css: [
    '.sIFR-root { color:#9a0084; font-size:23px;}'],
	wmode: 'transparent'
});
sIFR.replace( futura, {
  selector: '.txt h1',
  css: [
    '.sIFR-root { color:#ffffff; font-size:23px; font-weight:bold;}'],
	wmode: 'transparent'
});
sIFR.replace( futura, {
  selector: '.txt p',
  css: [
    '.sIFR-root { color:#ffffff; font-size:14px;}'],
	wmode: 'transparent'
});
sIFR.replace( stencil, {
  selector: '.price',
  css: [
    '.sIFR-root { color:#ffffff; font-size:23px;}'],
  	wmode: 'transparent'
});
sIFR.replace( stencil, {
  selector: '.price-product',
  css: [
    '.sIFR-root { color:#007684; font-size:23px;}'],
	wmode: 'transparent'
});
sIFR.replace( helvetica, {
  selector: '#header .items li',
  css: [
    '.sIFR-root { color:#007684; font-size:14px; text-transform:uppercase;}'],
	wmode: 'transparent'
});
sIFR.replace( stencil, {
  selector: '.prijs-overzicht span',
  css: [
    '.sIFR-root { color:#e80000; font-size:22px; width:150px;}'],
	wmode: 'transparent'
});