$(function(){move=-15;zoom=1.1;$(".box_produto").hover(function(){width=$(this).width()*zoom;height=$(this).height()*zoom;$(this).find("img").stop(false,true).animate({width:width,height:height,top:move,left:move},{duration:300});$(this).find("div.legenda").stop(false,true).fadeTo("300",0.7)},function(){$(this).find("img").stop(false,true).animate({width:$(".box_produto").width(),height:$(".box_produto").height(),top:"0",left:"0"},{duration:300});$(this).find("div.legenda").stop(false,true).fadeOut(400)})});
