$(function(){
$('.img_zoom').hover(function(){
$(this).children('img').stop().animate({width:"250px",height:"144px"}, 400);
}, function(){ $(this).children('img').stop().animate({width:"236px",height:"136px"}, 400); });
});

$(function(){
$('.img_zoom_top').hover(function(){
$(this).children('img').stop().animate({width:"200px",height:"154px"}, 400);
}, function(){ $(this).children('img').stop().animate({width:"188px",height:"145px"}, 400); });
});
