(function($){$(document).ready(function(){
	$('a.bright-icon,.bright-icon a').css({background:'#ffffff'}).mouseover(function(){
		$(this).children().stop().css({opacity:0.2}).animate({opacity:1},500);
	});
});})(jQuery);
