// JavaScript Document
$(function(){
	//первый дом
	    //Крыша

		
		$('.zoom').hover(function(){
			$(this).stop().animate({width:"400px",height:"266px", marginLeft:"-175px", marginTop:"-73px"}, 400);
			
			
		document.getElementById("main").style.b	
			
			
		},
		
		
		function(){
			$(this).stop().animate({width:"180px",height:"120px", marginLeft:"0px", marginTop:"5px"}, 400);
			
		});
		
		
		
});
