$(function(){
	$("#slider-2 p a img, #campaignB a img, #campaignC a img, dl.accountEnter a img, ul#nav li a img, #newsList a img, #last a img, #loginBox .form_btn  input, #accountBox img").hover(function(){
		$(this).css("opacity", "0.2");
		$(this).css("filter", "alpha(opacity=20)");
		$(this).fadeTo("slow", 1.0);
	});
	
});


