$(document).ready(function() {
	$(document).pngFix();
	$("div.prod_properties table tr").hover(function() {
		$(this).css({background:"#f8f8f8"});
	}, function() {
		$(this).css({background:"none"});
	});
});
