(function($){$(document).ready(function(){
	$('a.glance-icon,.glance-icon a').mouseover(function(){
		$(this).children().stop().css({opacity:0.4},{background:'#ffffff'}).animate({opacity:1},{background:'none'},500);
 $(this).find(".textPlaceholder").show().stop().css({opacity:1.0});
            }).mouseout(function(){
                $(this).find(".textPlaceholder").hide();
            });
			
	

});})(jQuery);

