if(!old_ie)
{
		sIFR.replace(MetaMRoman, {
	  selector: '#cnt #cnt2 h1, .simplenews-page h2',
		wmode: 'transparent',
		css: [
		'.sIFR-root {color: #085a87;text-transform:uppercase;font-size:14px;}',	  
		'a {color: #085a87;text-decoration: none; }'
		,'a:link {color: #085a87;text-decoration: none;}'
		,'a:hover {color: #085a87;}'
		]
	});

	sIFR.replace(MetaMRoman, {
	  selector: '#special_offert h3, .rel_page h3, .simplenews-home  h2, .mat_img h3, .mat_video h3, .mat_doc h3, .mat_audio h3, .mat_maps h3',
		wmode: 'transparent',
		css: [
		'.sIFR-root {color: #085a87;text-transform:uppercase;font-size:12px;}',	  
		'a {color: #085a87;text-decoration: none; }'
		,'a:link {color: #085a87;text-decoration: none;}'
		,'a:hover {color: #085a87;}'
		]
	});
	
	sIFR.replace(MetaMRoman, {
	  selector: '.tpl h6, .simplenews-page  .newscat .news h3',
		wmode: 'transparent',
		css: [
		'.sIFR-root {color: #82817F;font-size:13; }'
		,'a:link {color: #82817F;text-decoration: none;}'
		,'a:hover {color: #82817F;}'
		]
	});

}