//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_1 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_1 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_1 img").attr({ src: mainImage });
		return false;		
	});
 
});
//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_2 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_2 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_2 img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code

//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_3 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_3 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_3 img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code

//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_4 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_4 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_4 img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code

//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_5 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_5 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_5 img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code

//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_6 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_6 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_6 img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code

//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_7 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_7 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_7 img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code


//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_8 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_8 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_8 img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code

//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_9 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_9 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_9 img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code

//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_10 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_10 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_10 img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code

//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_11 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_11 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_11 img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code

//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_12 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_12 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_12 img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code

//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_13 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_13 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_13 img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code

//start code
$(document).ready(function(){

//Larger thumbnail preview 

$("ul.thumb_14 li").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({
			marginTop: '0px', 
			marginLeft: '0px', 
			top: '5%', 
			left: '5%', 
			width: '100px', 
			height: '75px',
			padding: '5px' 
		}, 200);
	
	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			marginTop: '0', 
			marginLeft: '0',
			top: '0', 
			left: '0', 
			width: '100px', 
			height: '75px', 
			padding: '5px'
		}, 400);
});

//Swap Image on Click
	$("ul.thumb_14 li a").click(function() {
		
		var mainImage = $(this).attr("href"); //Find Image Name
		$("#main_view_14 img").attr({ src: mainImage });
		return false;		
	});
 
});
//end code