if (document.all && /MSIE (5\.5|6)/.test(navigator.userAgent) && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
{
	document.styleSheets[0].addRule('img.pngfix', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#wrapper #header h1 a', 'behavior: url(/js/pngfix/iepngfix.htc)');
	document.styleSheets[0].addRule('#content #homepage #carousel #carousel-text ul#carousel-list li a', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
	document.styleSheets[0].addRule('#content #homepage #carousel #carousel-text', 'behavior: url(/js/pngfix/iepngfix.htc)');
	
}