$(function(){
	$("table.indexTable a img, p.inq a img,#sideMenu a img").hover(function(){
		$(this).css("opacity", "0.5");
		$(this).css("filter", "alpha(opacity=50)");
		$(this).fadeTo("slow", 1.0);
	});
});
