$(function(){$('.home-thumb').hover(function(){$(this).animate({ opacity: 0.4 }, 500);},function(){$(this).animate({ opacity: 1.0}, 500);});});