var eurostile = { src: 'var/templates/js/eurostile.swf' };
var machine = { src: 'var/templates/js/machine.swf' };
sIFR.activate(eurostile,machine);
	
sIFR.replace(eurostile, {
	selector: '#aanbiedier h2'
	,css: [
		'.sIFR-root { color:#BD180E; }'
	]
	,wmode:'transparent'
});	
 sIFR.replace(eurostile, {
	selector: '#content>#page_akties>.main-heading>h1'
	,css: [
		'.sIFR-root { font-size:12px;color:#FFFFFF;text-transform:uppercase;font-weight:bold; }'
	]
	,wmode:'transparent'
});
sIFR.replace(eurostile, {
	selector: '#content #page_extrainfo .main-heading h1, #content #winkelwagen .main-heading h1, #content>.main-heading>h1.categories-heading, #content>form>.main-heading>h1.categories-heading, #content>div>form>.main-heading>h1.categories-heading, #content .main-heading h1'
	,css: [
		'.sIFR-root { font-size:16px;color:#ffffff;text-transform:uppercase;font-weight:bold; }'
	]
	,wmode:'transparent'
});

sIFR.replace(eurostile, {
	selector: '#content #page_extrainfo h2'
	,css: [
		'.sIFR-root { color:#999999;font-style:italic;padding-bottom:8px; }'
	]
	,wmode:'transparent'
});