$(document).ready(function() {	

	//Show Banner
	$(".main_image1 .desc").show(); //Show Banner
	$(".main_image1 .block1").animate({ opacity: 0.85 }, 1 ); //Set Opacity

	//Click and Hover events for thumbnail list
	$(".image_thumb1 ul li:first").addClass('active'); 
	$(".image_thumb1 ul li").click(function(){	
		//Set Variables
		var imgAlt = $(this).find('img').attr("alt"); //Get Alt Tag of Image
		var imgTitle = $(this).find('a').attr("href"); //Get Main Image URL
		var imgDesc = $(this).find('.block1').html(); 	//Get HTML of block
		var imgDescHeight = $(".main_image1").find('.block1').height();	//Calculate height of block	
		
		if ($(this).is(".active")) {  //If it's already active, then...
			return false; // Don't click through
		} else {
			//Animate the Teaser		
			$(".main_image1 img").animate({ opacity: 0}, 1050 );
			$(".main_image1 .block1").animate({ opacity: 0, marginBottom: -imgDescHeight }, 1050 , function() {
				$(".main_image1 .block1").html(imgDesc).animate({ opacity: 0.85,	marginBottom: "0" }, 1050 );
				$(".main_image1 img").attr({ src: imgTitle , alt: imgAlt}).animate({ opacity: 1}, 1050 );
			});
		}
		
		$(".image_thumb1 ul li").removeClass('active'); //Remove class of 'active' on all lists		
		$(this).addClass('active');  //add class of 'active' on this list only
		return false;
		
	}) .hover(function(){
		$(this).addClass('hover');
		}, function() {
		$(this).removeClass('hover');
	});
			
	//Toggle Teaser
	$("a.collapse").click(function(){
		$(".main_image1 .block1").slideToggle();
		$("a.collapse").toggleClass("show");
});
	
$(document).ready(function() {	

	//Show Banner
	$(".main_image2 .desc").show(); //Show Banner
	$(".main_image2 .block2").animate({ opacity: 0.85 }, 1 ); //Set Opacity

	//Click and Hover events for thumbnail list
	$(".image_thumb2 ul li:first").addClass('active'); 
	$(".image_thumb2 ul li").click(function(){	
		//Set Variables
		var imgAlt = $(this).find('img').attr("alt"); //Get Alt Tag of Image
		var imgTitle = $(this).find('a').attr("href"); //Get Main Image URL
		var imgDesc = $(this).find('.block2').html(); 	//Get HTML of block
		var imgDescHeight = $(".main_image2").find('.block2').height();	//Calculate height of block	
		
		if ($(this).is(".active")) {  //If it's already active, then...
			return false; // Don't click through
		} else {
			//Animate the Teaser		
			$(".main_image2 img").animate({ opacity: 0}, 1050 );
			$(".main_image2 .block2").animate({ opacity: 0, marginBottom: -imgDescHeight }, 1050 , function() {
				$(".main_image2 .block2").html(imgDesc).animate({ opacity: 0.85,	marginBottom: "0" }, 1050 );
				$(".main_image2 img").attr({ src: imgTitle , alt: imgAlt}).animate({ opacity: 1}, 1050 );
			});
		}
		
		$(".image_thumb2 ul li").removeClass('active'); //Remove class of 'active' on all lists		
		$(this).addClass('active');  //add class of 'active' on this list only
		return false;
		
	}) .hover(function(){
		$(this).addClass('hover');
		}, function() {
		$(this).removeClass('hover');
	});
			
	//Toggle Teaser
	$("a.collapse").click(function(){
		$(".main_image2 .block2").slideToggle();
		$("a.collapse").toggleClass("show");
});
$(document).ready(function() {	

	//Show Banner
	$(".main_image3 .desc").show(); //Show Banner
	$(".main_image3 .block3").animate({ opacity: 0.85 }, 1 ); //Set Opacity

	//Click and Hover events for thumbnail list
	$(".image_thumb3 ul li:first").addClass('active'); 
	$(".image_thumb3 ul li").click(function(){	
		//Set Variables
		var imgAlt = $(this).find('img').attr("alt"); //Get Alt Tag of Image
		var imgTitle = $(this).find('a').attr("href"); //Get Main Image URL
		var imgDesc = $(this).find('.block3').html(); 	//Get HTML of block
		var imgDescHeight = $(".main_image3").find('.block3').height();	//Calculate height of block	
		
		if ($(this).is(".active")) {  //If it's already active, then...
			return false; // Don't click through
		} else {
			//Animate the Teaser		
			$(".main_image3 img").animate({ opacity: 0}, 1050 );
			$(".main_image3 .block3").animate({ opacity: 0, marginBottom: -imgDescHeight }, 1050 , function() {
				$(".main_image3 .block3").html(imgDesc).animate({ opacity: 0.85,	marginBottom: "0" }, 1050 );
				$(".main_image3 img").attr({ src: imgTitle , alt: imgAlt}).animate({ opacity: 1}, 1050 );
			});
		}
		
		$(".image_thumb3 ul li").removeClass('active'); //Remove class of 'active' on all lists		
		$(this).addClass('active');  //add class of 'active' on this list only
		return false;
		
	}) .hover(function(){
		$(this).addClass('hover');
		}, function() {
		$(this).removeClass('hover');
	});
			
	//Toggle Teaser
	$("a.collapse").click(function(){
		$(".main_image3 .block3").slideToggle();
		$("a.collapse").toggleClass("show");
});
$(document).ready(function() {	

	//Show Banner
	$(".main_image4 .desc").show(); //Show Banner
	$(".main_image4 .block4").animate({ opacity: 0.85 }, 1 ); //Set Opacity

	//Click and Hover events for thumbnail list
	$(".image_thumb4 ul li:first").addClass('active'); 
	$(".image_thumb4 ul li").click(function(){	
		//Set Variables
		var imgAlt = $(this).find('img').attr("alt"); //Get Alt Tag of Image
		var imgTitle = $(this).find('a').attr("href"); //Get Main Image URL
		var imgDesc = $(this).find('.block4').html(); 	//Get HTML of block
		var imgDescHeight = $(".main_image4").find('.block4').height();	//Calculate height of block	
		
		if ($(this).is(".active")) {  //If it's already active, then...
			return false; // Don't click through
		} else {
			//Animate the Teaser		
			$(".main_image4 img").animate({ opacity: 0}, 1050 );
			$(".main_image4 .block4").animate({ opacity: 0, marginBottom: -imgDescHeight }, 1050 , function() {
				$(".main_image4 .block4").html(imgDesc).animate({ opacity: 0.85,	marginBottom: "0" }, 1050 );
				$(".main_image4 img").attr({ src: imgTitle , alt: imgAlt}).animate({ opacity: 1}, 1050 );
			});
		}
		
		$(".image_thumb4 ul li").removeClass('active'); //Remove class of 'active' on all lists		
		$(this).addClass('active');  //add class of 'active' on this list only
		return false;
		
	}) .hover(function(){
		$(this).addClass('hover');
		}, function() {
		$(this).removeClass('hover');
	});
			
	//Toggle Teaser
	$("a.collapse").click(function(){
		$(".main_image4 .block4").slideToggle();
		$("a.collapse").toggleClass("show");
});
$(document).ready(function() {	

	//Show Banner
	$(".main_image5 .desc").show(); //Show Banner
	$(".main_image5 .block5").animate({ opacity: 0.85 }, 1 ); //Set Opacity

	//Click and Hover events for thumbnail list
	$(".image_thumb5 ul li:first").addClass('active'); 
	$(".image_thumb5 ul li").click(function(){	
		//Set Variables
		var imgAlt = $(this).find('img').attr("alt"); //Get Alt Tag of Image
		var imgTitle = $(this).find('a').attr("href"); //Get Main Image URL
		var imgDesc = $(this).find('.block5').html(); 	//Get HTML of block
		var imgDescHeight = $(".main_image5").find('.block5').height();	//Calculate height of block	
		
		if ($(this).is(".active")) {  //If it's already active, then...
			return false; // Don't click through
		} else {
			//Animate the Teaser		
			$(".main_image5 img").animate({ opacity: 0}, 1050 );
			$(".main_image5 .block5").animate({ opacity: 0, marginBottom: -imgDescHeight }, 1050 , function() {
				$(".main_image5 .block5").html(imgDesc).animate({ opacity: 0.85,	marginBottom: "0" }, 1050 );
				$(".main_image5 img").attr({ src: imgTitle , alt: imgAlt}).animate({ opacity: 1}, 1050 );
			});
		}
		
		$(".image_thumb5 ul li").removeClass('active'); //Remove class of 'active' on all lists		
		$(this).addClass('active');  //add class of 'active' on this list only
		return false;
		
	}) .hover(function(){
		$(this).addClass('hover');
		}, function() {
		$(this).removeClass('hover');
	});
			
	//Toggle Teaser
	$("a.collapse").click(function(){
		$(".main_image5 .block5").slideToggle();
		$("a.collapse").toggleClass("show");
});
$(document).ready(function() {	

	//Show Banner
	$(".main_image6 .desc").show(); //Show Banner
	$(".main_image6 .block6").animate({ opacity: 0.85 }, 1 ); //Set Opacity

	//Click and Hover events for thumbnail list
	$(".image_thumb6 ul li:first").addClass('active'); 
	$(".image_thumb6 ul li").click(function(){	
		//Set Variables
		var imgAlt = $(this).find('img').attr("alt"); //Get Alt Tag of Image
		var imgTitle = $(this).find('a').attr("href"); //Get Main Image URL
		var imgDesc = $(this).find('.block6').html(); 	//Get HTML of block
		var imgDescHeight = $(".main_image6").find('.block6').height();	//Calculate height of block	
		
		if ($(this).is(".active")) {  //If it's already active, then...
			return false; // Don't click through
		} else {
			//Animate the Teaser		
			$(".main_image6 img").animate({ opacity: 0}, 1050 );
			$(".main_image6 .block6").animate({ opacity: 0, marginBottom: -imgDescHeight }, 1050 , function() {
				$(".main_image6 .block6").html(imgDesc).animate({ opacity: 0.85,	marginBottom: "0" }, 1050 );
				$(".main_image6 img").attr({ src: imgTitle , alt: imgAlt}).animate({ opacity: 1}, 1050 );
			});
		}
		
		$(".image_thumb6 ul li").removeClass('active'); //Remove class of 'active' on all lists		
		$(this).addClass('active');  //add class of 'active' on this list only
		return false;
		
	}) .hover(function(){
		$(this).addClass('hover');
		}, function() {
		$(this).removeClass('hover');
	});
			
	//Toggle Teaser
	$("a.collapse").click(function(){
		$(".main_image6 .block6").slideToggle();
		$("a.collapse").toggleClass("show");
});
$(document).ready(function() {	

	//Show Banner
	$(".main_image7 .desc").show(); //Show Banner
	$(".main_image7 .block7").animate({ opacity: 0.85 }, 1 ); //Set Opacity

	//Click and Hover events for thumbnail list
	$(".image_thumb7 ul li:first").addClass('active'); 
	$(".image_thumb7 ul li").click(function(){	
		//Set Variables
		var imgAlt = $(this).find('img').attr("alt"); //Get Alt Tag of Image
		var imgTitle = $(this).find('a').attr("href"); //Get Main Image URL
		var imgDesc = $(this).find('.block7').html(); 	//Get HTML of block
		var imgDescHeight = $(".main_image7").find('.block7').height();	//Calculate height of block	
		
		if ($(this).is(".active")) {  //If it's already active, then...
			return false; // Don't click through
		} else {
			//Animate the Teaser		
			$(".main_image7 img").animate({ opacity: 0}, 1050 );
			$(".main_image7 .block7").animate({ opacity: 0, marginBottom: -imgDescHeight }, 1050 , function() {
				$(".main_image7 .block7").html(imgDesc).animate({ opacity: 0.85,	marginBottom: "0" }, 1050 );
				$(".main_image7 img").attr({ src: imgTitle , alt: imgAlt}).animate({ opacity: 1}, 1050 );
			});
		}
		
		$(".image_thumb7 ul li").removeClass('active'); //Remove class of 'active' on all lists		
		$(this).addClass('active');  //add class of 'active' on this list only
		return false;
		
	}) .hover(function(){
		$(this).addClass('hover');
		}, function() {
		$(this).removeClass('hover');
	});
			
	//Toggle Teaser
	$("a.collapse").click(function(){
		$(".main_image7 .block7").slideToggle();
		$("a.collapse").toggleClass("show");
});
$(document).ready(function() {	

	//Show Banner
	$(".main_image8 .desc").show(); //Show Banner
	$(".main_image8 .block8").animate({ opacity: 0.85 }, 1 ); //Set Opacity

	//Click and Hover events for thumbnail list
	$(".image_thumb8 ul li:first").addClass('active'); 
	$(".image_thumb8 ul li").click(function(){	
		//Set Variables
		var imgAlt = $(this).find('img').attr("alt"); //Get Alt Tag of Image
		var imgTitle = $(this).find('a').attr("href"); //Get Main Image URL
		var imgDesc = $(this).find('.block8').html(); 	//Get HTML of block
		var imgDescHeight = $(".main_image8").find('.block8').height();	//Calculate height of block	
		
		if ($(this).is(".active")) {  //If it's already active, then...
			return false; // Don't click through
		} else {
			//Animate the Teaser		
			$(".main_image8 img").animate({ opacity: 0}, 1050 );
			$(".main_image8 .block8").animate({ opacity: 0, marginBottom: -imgDescHeight }, 1050 , function() {
				$(".main_image8 .block8").html(imgDesc).animate({ opacity: 0.85,	marginBottom: "0" }, 1050 );
				$(".main_image8 img").attr({ src: imgTitle , alt: imgAlt}).animate({ opacity: 1}, 1050 );
			});
		}
		
		$(".image_thumb8 ul li").removeClass('active'); //Remove class of 'active' on all lists		
		$(this).addClass('active');  //add class of 'active' on this list only
		return false;
		
	}) .hover(function(){
		$(this).addClass('hover');
		}, function() {
		$(this).removeClass('hover');
	});
			
	//Toggle Teaser
	$("a.collapse").click(function(){
		$(".main_image8 .block8").slideToggle();
		$("a.collapse").toggleClass("show");
		
		});
$(document).ready(function() {	

	//Show Banner
	$(".main_image9 .desc").show(); //Show Banner
	$(".main_image9 .block9").animate({ opacity: 0.85 }, 1 ); //Set Opacity

	//Click and Hover events for thumbnail list
	$(".image_thumb9 ul li:first").addClass('active'); 
	$(".image_thumb9 ul li").click(function(){	
		//Set Variables
		var imgAlt = $(this).find('img').attr("alt"); //Get Alt Tag of Image
		var imgTitle = $(this).find('a').attr("href"); //Get Main Image URL
		var imgDesc = $(this).find('.block9').html(); 	//Get HTML of block
		var imgDescHeight = $(".main_image9").find('.block9').height();	//Calculate height of block	
		
		if ($(this).is(".active")) {  //If it's already active, then...
			return false; // Don't click through
		} else {
			//Animate the Teaser		
			$(".main_image9 img").animate({ opacity: 0}, 1050 );
			$(".main_image9 .block9").animate({ opacity: 0, marginBottom: -imgDescHeight }, 1050 , function() {
				$(".main_image9 .block9").html(imgDesc).animate({ opacity: 0.85,	marginBottom: "0" }, 1050 );
				$(".main_image9 img").attr({ src: imgTitle , alt: imgAlt}).animate({ opacity: 1}, 1050 );
			});
		}
		
		$(".image_thumb9 ul li").removeClass('active'); //Remove class of 'active' on all lists		
		$(this).addClass('active');  //add class of 'active' on this list only
		return false;
		
	}) .hover(function(){
		$(this).addClass('hover');
		}, function() {
		$(this).removeClass('hover');
	});
			
	//Toggle Teaser
	$("a.collapse").click(function(){
		$(".main_image9 .block9").slideToggle();
		$("a.collapse").toggleClass("show");

});

	});
	
	});	
});	
});	
});	
});	
});
});



   });
<!-- ph=1 -->

