$(function(){
	$("dl#monthlySp a img, div#features a img, div.rankBox a img, div#sub a img, div.centerBox a img").hover(function(){
		$(this).css("opacity", "0.2");
		$(this).css("filter", "alpha(opacity=20)");
		$(this).fadeTo("slow", 1.0);
	});
	
});

