// JavaScript Document

$(function(){
	$('.zoom1').hover(function(){
			$(this).stop().animate({width:"127px",height:"100px",left:"-25px",top:"-25px"}, 400);
			$(this).attr("src","/Gorunum/Tema/Telas/Html/images/icerik2_05_01_2.png");
		},
		function(){
			$(this).stop().animate({width:"118px",height:"93px",left:"0",top:"0"}, 400);
			$(this).attr("src","/Gorunum/Tema/Telas/Html/images/icerik2_05_01.png");
		});
});

$(function(){
	$('.zoom2').hover(function(){
			$(this).stop().animate({width:"127px",height:"100px",left:"-25px",top:"-25px"}, 400);
			$(this).attr("src","/Gorunum/Tema/Telas/Html/images/icerik2_05_03.png");
		},
		function(){
			$(this).stop().animate({width:"118px",height:"93px",left:"0",top:"0"}, 400);
			$(this).attr("src","/Gorunum/Tema/Telas/Html/images/icerik2_05_03.png");
		});
});

$(function(){
	$('.zoom3').hover(function(){
			$(this).stop().animate({width:"127px",height:"100px",left:"-25px",top:"-25px"}, 400);
			$(this).attr("src","/Gorunum/Tema/Telas/Html/images/icerik2_05_05.png");
		},
		function(){
			$(this).stop().animate({width:"118px",height:"93px",left:"0",top:"0"}, 400);
			$(this).attr("src","/Gorunum/Tema/Telas/Html/images/icerik2_05_05.png");
		});
});

$(function(){
	$('.zoom4').hover(function(){
			$(this).stop().animate({width:"127px",height:"100px",left:"-25px",top:"-25px"}, 400);
			$(this).attr("src","/Gorunum/Tema/Telas/Html/images/icerik2_05_07.png");
		},
		function(){
			$(this).stop().animate({width:"118px",height:"93px",left:"0",top:"0"}, 400);
			$(this).attr("src","/Gorunum/Tema/Telas/Html/images/icerik2_05_07.png");
		});
});

$(function(){
	$('.zoom5').hover(function(){
			$(this).stop().animate({width:"127px",height:"100px",left:"-25px",top:"-25px"}, 400);
			$(this).attr("src","/Gorunum/Tema/Telas/Html/images/icerik2_05_08.png");
		},
		function(){
			$(this).stop().animate({width:"118px",height:"93px",left:"0",top:"0"}, 400);
			$(this).attr("src","/Gorunum/Tema/Telas/Html/images/icerik2_05_08.png");
		});
});

