$(document).ready(function(){
			$("#gallery_1 a").hover(function() {
				$(this).css({'z-index' : '10'});
				$(this).find('img').stop()
				.animate({
					top: '-3px',
					left: '-9px',
					width: '238px',
					height: '80px'
				}, 400);
			}, function() {
				$(this).css({'z-index' : '0'});
				$(this).find('img').stop()
				.animate({
					top: '0',
					left: '0',
					width: '219px',
					height: '74px'
				}, 250);
			});
		});

$(document).ready(function(){
			$("#gallery_2 a").hover(function() {
				$(this).css({'z-index' : '10'});
				$(this).find('img').stop()
				.animate({
					top: '-13px',
					left: '-12px',
					width: '126px',
					height: '96px'
				}, 400);
			}, function() {
				$(this).css({'z-index' : '0'});
				$(this).find('img').stop()
				.animate({
					top: '0',
					left: '0',
					width: '94px',
					height: '69px'
				}, 250);
			});
		});

$(document).ready(function(){
			$("#gallery_3 a").hover(function() {
				$(this).css({'z-index' : '10'});
				$(this).find('img').stop()
				.animate({
					top: '-13px',
					left: '-12px',
					width: '126px',
					height: '96px'
				}, 400);
			}, function() {
				$(this).css({'z-index' : '0'});
				$(this).find('img').stop()
				.animate({
					top: '0',
					left: '0',
					width: '94px',
					height: '69px'
				}, 250);
			});
		});

$(document).ready(function(){
			$("#gallery_4 a").hover(function() {
				$(this).css({'z-index' : '10'});
				$(this).find('img').stop()
				.animate({
					top: '-13px',
					left: '-12px',
					width: '126px',
					height: '96px'
				}, 400);
			}, function() {
				$(this).css({'z-index' : '0'});
				$(this).find('img').stop()
				.animate({
					top: '0',
					left: '0',
					width: '94px',
					height: '69px'
				}, 250);
			});
		});

$(document).ready(function(){
			$("#frant a").hover(function() {
				$(this).css({'z-index' : '10'});
				$(this).find('img').stop()
				.animate({
					top: '-3px',
					left: '-9px',
					width: '238px',
					height: '80px'
				}, 400);
			}, function() {
				$(this).css({'z-index' : '0'});
				$(this).find('img').stop()
				.animate({
					top: '0',
					left: '0',
					width: '220px',
					height: '74px'
				}, 250);
			});
		});
