var centurygothic = { src: 'var/templates/js/franklindemi.swf' };
var machine = { src: 'var/templates/js/machine.swf' };
var verdana = { src: 'var/templates/js/verdana.swf' };
var bauhaus = { src: 'var/templates/js/bauhaus.swf' };
sIFR.activate(centurygothic,machine,verdana,bauhaus);

sIFR.replace(bauhaus, {
	selector: '#content .main-heading h1'
	,css: [
		'.sIFR-root { color:#632100;}'
	]
	,wmode:'transparent'
});
sIFR.replace(bauhaus, {
	selector: '#content .extra-heading h2'
	,css: [
		'.sIFR-root { color:#E37600;}'
	]
	,wmode:'transparent'
});
sIFR.replace(bauhaus, {
	selector: '#content #page_extrainfo h2'
	,css: [
		'.sIFR-root { color:#E37600;}'
	]
	,wmode:'transparent'
});
/*sIFR.replace(centurygothic, {
	selector: '#content #page_extrainfo h2'
	,css: [
		'.sIFR-root { color:#999999;font-style:italic;padding-bottom:8px; }'
	]
	,wmode:'transparent'
});
sIFR.replace(centurygothic, {
	selector: '#aanbiedier h2'
	,css: [
		'.sIFR-root { color:#999999; }'
	]
	,wmode:'transparent'
});	

sIFR.replace(centurygothic, {
	selector: '#rightnav .infobox-heading h1, #specialsbox .infobox-heading h1, #informationbox .infobox-heading h1, #adbox1 .infobox-heading h1'
	,css: [
		'.sIFR-root { color:#907C3F;text-align:center;text-transform:uppercase; }'
		,'a { color:#907C3F;text-decoration:none; }'
		,'a:hover { color:#000000; }'
	]
	,wmode:'transparent'
});
sIFR.replace(verdana, {
	selector: '#header #mainnav li'
	,css: [
		'.sIFR-root { color:#ffffff;text-align:center;}'
		,'a { color:#ffffff;text-decoration:none; }'
		,'a:hover { color:#000000; }'
	]
	,wmode:'transparent'
});
sIFR.replace(centurygothic, {
	selector: '#productbox .infobox-heading h1'
	,css: [
		'.sIFR-root { color:#ffffff;text-align:center;text-transform:uppercase; }'
		,'a { color:#ffffff;text-decoration:none; }'
		,'a:hover { color:#ffffff; }'
	]
	,wmode:'transparent'
});

sIFR.replace(centurygothic, {
	selector: '#page_productdetails .PaginaKop h1'
	,css: [
		'.sIFR-root { color:#000000;font-style:italic; }'
	]
	,wmode:'transparent'
});*/
/*sIFR.replace(machine	, {
	selector: '.productitems-price .snewprice'
	,css: [
		'.sIFR-root { color:#6A98AD;font-weight:bold;text-align:right; }'
	]
	,wmode:'transparent'
});

sIFR.replace(machine, {
	selector: '.productlisting-price'
	,css: [
		'.sIFR-root { color:#6A98AD;font-weight:bold;text-align:right; }'
	]
	,wmode:'transparent'
});

sIFR.replace(centurygothic, {
	selector: '.productdetail-specialprice, .productdetail-price'
	,css: [
		'.sIFR-root { color:#ffffff;text-align:center; }'
	]
	,wmode:'transparent'
});
sIFR.replace(machine, {
	selector: '#newproductbox .AktiePrijsProduct2'
	,css: [
		'.sIFR-root { color:#6A98AD;text-align:center; }'
	]
	,wmode:'transparent'
});*/
