	$(document).ready(function(){
	
			   
$('.zoomfoto_left').hover(function(){
$(this).children('img').stop().animate({width:"976px", height:"716px", marginLeft:"-10px", marginTop:"0px"}, 400);
}, function(){ $(this).children('img').stop().animate({width:"610px",height:"406px",marginLeft:"0",marginTop:"0"}, 400); });
});
	
	
	
