jQuery(document).ready(function(){
	if ($.browser.msie && $.browser.version < 7) {
		setTimeout(function(){
			//fixPNG();		
		}, 100);
	}
});

function fixPNG(){
	//DD_belatedPNG.fix('.fix-png, .arrow_link strong, .arrow_link .corner, .arrow_link_reversed, .arrow_link_reversed strong, .arrow_link_reversed .corner');
}