// для картинок
$(function(){
	$('.zoom10').hover(function(){
			$(this).css('zIndex', 1000);
			$(this).stop().animate({width:"385px",height:"288px"}, 400);
			$(this).attr("src","/images/nordkraft_4v_03_big.png");
		},
		function(){
			$(this).stop().animate({width:"259px",height:"177px"}, 400, function(){$(this).css('zIndex', 10)} );
			$(this).attr("src","/images/nordkraft_4v_03_big.png");
		});
});

$(function(){
	$('.zoom11').hover(function(){
			$(this).css('zIndex', 1000);
			$(this).stop().animate({width:"385px",height:"288px"}, 400);
			$(this).attr("src","/images/nordkraft_4v_05_big.png");
		},
		function(){
			$(this).stop().animate({width:"259px",height:"177px"}, 400, function(){$(this).css('zIndex', 10)} );
			$(this).attr("src","/images/nordkraft_4v_05_big.png");
		});
});

$(function(){
	$('.zoom9').hover(function(){
			$(this).css('zIndex', 1000);
			$(this).stop().animate({width:"385px",height:"288px"}, 400);
			$(this).attr("src","/images/nordkraft_4v_07_big.png");
		},
		function(){
			$(this).stop().animate({width:"259px",height:"177px"}, 400, function(){$(this).css('zIndex', 10)} );
			$(this).attr("src","/images/nordkraft_4v_07_big.png");
		});
});

$(function(){
	$('.zoom3').hover(function(){
			$(this).css('zIndex', 1000);
			$(this).stop().animate({width:"385px",height:"288px"}, 400);
			$(this).attr("src","/images/nordkraft_4v_12_big.png");
		},
		function(){
			$(this).stop().animate({width:"259px",height:"177px"}, 400, function(){$(this).css('zIndex', 10)} );
			$(this).attr("src","/images/nordkraft_4v_12_big.png");
		});
});

$(function(){
	$('.zoom4').hover(function(){
			$(this).css('zIndex', 1000);
			$(this).stop().animate({width:"385px",height:"288px"}, 400);
			$(this).attr("src","/images/nordkraft_4v_14_big.png");
		},
		function(){
			$(this).stop().animate({width:"259px",height:"177px"}, 400, function(){$(this).css('zIndex', 10)} );
			$(this).attr("src","/images/nordkraft_4v_14_big.png");
		});
});

$(function(){
	$('.zoom5').hover(function(){
			$(this).css('zIndex', 1000);
			$(this).stop().animate({width:"385px",height:"288px"}, 400);
			$(this).attr("src","/images/nordkraft_4v_15_big.png");
		},
		function(){
			$(this).stop().animate({width:"259px",height:"177px"}, 400, function(){$(this).css('zIndex', 10)} );
			$(this).attr("src","/images/nordkraft_4v_15_big.png");
		});
});

$(function(){
	$('.zoom6').hover(function(){
			$(this).css('zIndex', 1000);
			$(this).stop().animate({width:"385px",height:"288px"}, 400);
			$(this).attr("src","/images/nordkraft_4v_19_big.png");
		},
		function(){
			$(this).stop().animate({width:"259px",height:"177px"}, 400, function(){$(this).css('zIndex', 10)} );
			$(this).attr("src","/images/nordkraft_4v_19_big.png");
		});
});

$(function(){
	$('.zoom7').hover(function(){
			$(this).css('zIndex', 1000);
			$(this).stop().animate({width:"385px",height:"288px"}, 400);
			$(this).attr("src","/images/nordkraft_4v_20_big.png");
		},
		function(){
			$(this).stop().animate({width:"259px",height:"177px"}, 400, function(){$(this).css('zIndex', 10)} );
			$(this).attr("src","/images/nordkraft_4v_20_big.png");
		});
});

$(function(){
	$('.zoom8').hover(function(){
			$(this).css('zIndex', 1000);
			$(this).stop().animate({width:"385px",height:"288px"}, 400);
			$(this).attr("src","/images/nordkraft_4v_21_big.png");
		},
		function(){
			$(this).stop().animate({width:"259px",height:"177px"}, 400, function(){$(this).css('zIndex', 10)} );
			$(this).attr("src","/images/nordkraft_4v_21_big.png");
		});
});


