// sIFR.useStyleCheck = true;
sIFR.activate(sifr);

sIFR.replace(sifr, {
	selector: '.box_navigation h1'
	,css: [
	  '.sIFR-root { font-size:30px; letter-spacing:1; margin-bottom:0px; font-weight: normal; color: #ffffff; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(sifr, {
	selector: '.box_navigation h2'
	,css: [
	  '.sIFR-root { font-size:16px; letter-spacing:1; margin-bottom:0px; font-weight: normal; color: #ffffff; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(sifr, {
	selector: '.box_slogan h1'
	,css: [
	  '.sIFR-root { font-size:26px; letter-spacing:1; margin-bottom:0px; font-weight: normal; color: #ffffff; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(sifr, {
	selector: '.box_slogan h2'
	,css: [
	  '.sIFR-root { font-size:20px; letter-spacing:1; margin-bottom:0px; font-weight: normal; color: #ffffff; }'
	]
	,wmode: 'transparent'
});
