$(function(){
	// fix PNGs in IE
	if($.browser.msie && ($.browser.version.substr(0,2)=="5." || $.browser.version.substr(0,2)=="6.") ){
		$('img').ifixpng();
	}

	$('a img').parent().css({
		"border": "none",
		"text-decoration": "none"
	});
});

