$(document).ready(function(){
	
//  Initialize Backgound Stretcher
	$('body#main_residence').bgStretcher({
	  images: ['images/main_residence/main_residence_01.jpg', 'images/main_residence/main_residence_02.jpg', 'images/main_residence/main_residence_03.jpg', 'images/main_residence/main_residence_04.jpg', 'images/main_residence/main_residence_05.jpg', 'images/main_residence/main_residence_06a.jpg','images/main_residence/main_residence_06b.jpg','images/main_residence/main_residence_06c.jpg', 'images/main_residence/main_residence_07.jpg'],
	  imageWidth: 1600, 
	  imageHeight: 1071, 
	  slideDirection: 'W',
	  slideShowSpeed: 1000,
	  transitionEffect: 'none',
	  sequenceMode: 'normal',
	  buttonPrev: '#prev',
	  buttonNext: '#next',
	  pagination: '#nav',
	  anchoring: 'left center',
	  anchoringImg: 'left center'
	});
	$('body#club_house').bgStretcher({
	  images: ['images/club_house/club_house_01.jpg', 'images/club_house/club_house_02.jpg', 'images/club_house/club_house_03.jpg', 'images/club_house/club_house_04.jpg', 'images/club_house/club_house_05.jpg'],
	  imageWidth: 1600, 
	  imageHeight: 1071, 
	  slideDirection: 'W',
	  slideShowSpeed: 1000,
	  transitionEffect: 'none',
	  sequenceMode: 'normal',
	  buttonPrev: '#prev',
	  buttonNext: '#next',
	  pagination: '#nav',
	  anchoring: 'left center',
	  anchoringImg: 'left center'
	});	   
	$('body#pool_pavilion').bgStretcher({
	  images: ['images/pool_pavilion/pool_pavilion_01.jpg', 'images/pool_pavilion/pool_pavilion_02.jpg', 'images/pool_pavilion/pool_pavilion_03.jpg', 'images/pool_pavilion/pool_pavilion_04.jpg', 'images/pool_pavilion/pool_pavilion_05.jpg', 'images/pool_pavilion/pool_pavilion_06.jpg', 'images/pool_pavilion/pool_pavilion_07.jpg'],
	  imageWidth: 1600, 
	  imageHeight: 1071, 
	  slideDirection: 'W',
	  slideShowSpeed: 1000,
	  transitionEffect: 'none',
	  sequenceMode: 'normal',
	  buttonPrev: '#prev',
	  buttonNext: '#next',
	  pagination: '#nav',
	  anchoring: 'left center',
	  anchoringImg: 'left center'
	});
	$('body#golf_course').bgStretcher({
	  images: ['images/golf_course/golf_course_01.jpg', 'images/golf_course/golf_course_02.jpg', 'images/golf_course/golf_course_03.jpg', 'images/golf_course/golf_course_04.jpg', 'images/golf_course/golf_course_05.jpg', 'images/golf_course/golf_course_06.jpg', 'images/contact/contact.jpg'],
	  imageWidth: 1600, 
	  imageHeight: 1071, 
	  slideDirection: 'W',
	  slideShowSpeed: 1000,
	  transitionEffect: 'none',
	  sequenceMode: 'normal',
	  buttonPrev: '#prev',
	  buttonNext: '#next',
	  pagination: '#nav',
	  anchoring: 'left center',
	  anchoringImg: 'left center'
	});
	$('body').bgStretcher.pause();
	$('body').mouseenter(function(){
		$("a#prev, a#next").css("display" , "block");
	});
	$('body').mouseleave(function(){
		$("a#prev, a#next").css("display" , "none");
	});

  $("#thumbnails ul li.tbnl_08").click(function(e){
  	$("body#vineyard_knolls").css("background-image" , "url(images/vineyard_knolls/vineyard_knolls_08.jpg)");
  	$("#thumbnails ul li").css("opacity" , "0.5");
  	$("#thumbnails ul li.tbnl_08").css("opacity" , "1");
  	return false;
  });
  $("#thumbnails ul li.tbnl_00").click(function(e){
  	$("#container section").slideDown(500);
  	$("#thumbnails ul li.tbnl_00").css("opacity" , "1");
  	return false;
  });
  $("section #description img.close").click(function(e){
  	$("#container section").slideUp(500);
  	$("#thumbnails ul li.tbnl_00").css("opacity" , "0.5");
  	return false;
  });
});


