$(function(){ $("#best ul li").hover(function(){ $(this).find("a img").stop().animate({"margin-top":"-152px"},152); },function(){ $(this).find("a img").stop().animate({"margin-top":"0"},204); }); });