$(function(){
$('.img').hover(function(){
$(this).children('img').stop().animate({width:"617px",height:"418px"}, 200);
}, function(){ $(this).children('img').stop().animate({width:"219",height:"150px"}, 200); });
});
