(function($){$(document).ready(function(){
	$('a.opacity,.opacity a').css({background:'#ffffff'}).mouseover(function(){
		$(this).children().stop().css({opacity:0.3}).animate({opacity:1},700);
	});
});})(jQuery);

