// JavaScript Document$(document).ready(function() {    $('.main_slideshow').cycle({		fx:     'fade',     speed:   1000,     timeout: 6000,     next:   '.main_rightarrow',	prev:   '.main_leftarrow',      pause:   1 	});		    $('.featured_slideshow').cycle({		fx:     'fade',     speed:   1000,     timeout: 6000,     next:   '.featured_slideshow',     pause:   1 	});				 $('.location_mainslideshow').cycle({		fx:     'fade',     speed:   1000,     timeout: 6000,     next:   '.location_mainslideshow',     pause:   1 	});			    $('.amenitiesdirectory_slides').cycle({	fx:     'fade',     speed:  300,     next:   '.next',	prev:   '.prev',      timeout: 0 	});		 $('.interiorslideshow_container').cycle({		fx:     'fade',     speed:   1000,     timeout: 6000,     prev:   '.interiorslideshow_container',	backwards:true,    pause:   1 ,	pager:  '.interiorgallerynav',	pagerAnchorBuilder: function(idx, slide) {         return '<li><a href="#"><img src="images/blank.gif" width="20" height="20" /></a></li>';     } 	});			 $('.onsiteslideshow_container').cycle({		fx:     'fade',     speed:   1000,     timeout: 6000,     prev:   '.onsiteslideshow_container',	backwards:true,    pause:   1 ,	pager:  '.onsitegallerynav',	pagerAnchorBuilder: function(idx, slide) {         return '<li><a href="#"><img src="images/blank.gif" width="20" height="20" /></a></li>';     } 	});		 $('.nearbyslideshow_container').cycle({		fx:     'fade',     speed:   1000,     timeout: 6000,     prev:   '.nearbyslideshow_container',	backwards:true,    pause:   1 ,	pager:  '.nearbygallerynav',	pagerAnchorBuilder: function(idx, slide) {         return '<li><a href="#"><img src="images/blank.gif" width="20" height="20" /></a></li>';     } 	});		});jQuery(document).ready(function($) {		$('a[rel*=facebox]').facebox() 		});		$(document).ready(function() {$("#main_subcontent_box_1").hover(  function () {    $(this).animate({marginTop: '-60px',height:'255px'},300);	$(".boxdescription").animate({marginTop: '-80px'},300);  },  function () {    $(this).animate({marginTop: '0px',height:'195px'},300);	$(".boxdescription").animate({marginTop: '-60px'},300);  });});$(document).ready(function() {	$(".main_slideshow_arrows").hide();$(".main_content_wrapper").hover(  function () {    $(".main_slideshow_slide_description").animate({height:'30px'},300);	$(".main_slideshow_arrows").fadeIn(300);  },  function () {    $(".main_slideshow_slide_description").animate({height:'0px'},300);	$(".main_slideshow_arrows").fadeOut(300);  });}); $(document).ready(function(){	 $("#main_subcontent_box_1").click(	function()	{	window.location = $(this).attr("url");});$("#main_subcontent_box_2").click(	function()	{	window.location = $(this).attr("url");});$(".interior .seo").click(	function()	{	window.location = $(this).attr("url");});$(".interior .navflag").click(	function()	{	window.location = $(this).attr("url");});$(".community_overview_intropage_linkbox").click(	function()	{	window.location = $(this).attr("url");});});$(document).ready(function() {		   $(".lifestyle_header_pho img").hide();	   $(".phogal").hide();	$(".lifestyle_header_vid").hover(  function () {    $(this).css({backgroundPosition: ' 0px -80px'});  },  function () {    $(this).css({backgroundPosition: '0px 0px'});  });$(".lifestyle_header_vid").click(	function()	{	   $(".lifestyle_header_vid img").show();	   $(".lifestyle_header_pho img").hide();	   $(".vidgal").fadeIn('slow');	   $(".phogal").fadeOut('slow');});$(".lifestyle_header_pho").hover(  function () {    $(this).css({backgroundPosition: ' 0px -80px'});  },  function () {    $(this).css({backgroundPosition: '0px 0px'});  });$(".lifestyle_header_pho").click(	function()	{	   $(".lifestyle_header_pho img").show();	   $(".lifestyle_header_vid img").hide();	   $(".phogal").fadeIn('slow');	   $(".vidgal").fadeOut('slow');});});$(document).ready(function() {	$('.interiorcontent_left').jScrollPane();	$('.contactform').jScrollPane();});$(document).ready(function() {$(".community_overview_intropage_linkbox").hover(  function () {    $(this).animate({marginTop:'0px'});  },  function () {    $(this).animate({marginTop:'10px'});  });});
