$(function(){
    $('.img2').hover(function(){$(this).children('img').stop().animate({width:"283px",height:"485px"}, 400);},
 function(){$(this).children('img').stop().animate({width:"142px",height:"283px"}, 400); });
 });


