$(document).ready(function(){$('.box').hover(function(){$(".cover",this).stop().animate({top:'133px'},{queue:false,duration:160})},function(){$(".cover",this).stop().animate({top:'180px'},{queue:false,duration:160})})});
