/* sIFR init */

var sifr_citroen = {
	src: 'assets/flash/sifr_citroen_light.swf',
	offsetLeft:2
};

//sIFR.debugMode = true;
sIFR.activate();

function sifr_init() {
	// frontpage
	sIFR.replace(sifr_citroen,{
		selector:'.front h2.sifr, .subpage_admin h2.sifr',
		css: ['.sIFR-root {text-transform:uppercase; font-size:20px;}'],
		wmode: 'transparent'
	});
	
	sIFR.replace(sifr_citroen,{
		selector:'#footer h2.sifr',
		css: ['.sIFR-root {text-transform:uppercase; font-size:13px; margin-left:50px;}'],
		wmode: 'transparent'
	});
	
	sIFR.replace(sifr_citroen,{
		selector:'#submit h2.sifr',
		css: ['.sIFR-root {text-transform:uppercase; font-size:20px;}'],
		wmode: 'transparent'
	});
	
	sIFR.replace(sifr_citroen,{
		selector:'.subpage_submit h2.sifr-submit',
		css: ['.sIFR-root {text-transform:uppercase; font-size:20px; margin-left:8px;}'],
		wmode: 'transparent'
	});
	
	sIFR.replace(sifr_citroen,{
		selector:'#grid h2.sifr',
		css: ['.sIFR-root {text-transform:uppercase; font-size:20px; margin-bottom:-20px;}'],
		wmode: 'transparent'
	});
	
	sIFR.replace(sifr_citroen,{
		selector:'.konkurrencen h2.sifr, #newsletter-thankyou h2.sifr',
		css: ['.sIFR-root {text-transform:uppercase; color:#ffffff; font-size:20px;}'],
		wmode: 'transparent'
	});
	
}
sifr_init();
