//***********************************

$(document).ready(function(){

$("a[rel='cbox']").colorbox();
$("a[rel='cbox_gal']").colorbox();
$("a[rel='floorplan_image']").colorbox();
$("a[rel='floorplan_enlarge']").colorbox();

$("a[rel='sitemap']").colorbox();
$("a#tour_cbox").colorbox({width:"795px", height:"745px", inline:true, href:"#service_iframe"});
 $(".movie").colorbox({iframe:"true", transition:"none", width:"830px", height:"513px" });

$("a[rel='gallery_amenities']").colorbox();
$("a[rel='gallery_residences']").colorbox();
$("a[rel='gallery_views']").colorbox();


$("a[rel='cbox_video']").colorbox({iframe:true, scrolling:false, innerWidth:700, innerHeight:370});


$("a#gallery:first").css("display", "block" );
$("a.gallery:first").css("display", "block" );
$("a#gallery_footer:first").css("display", "block" );

$("a#gallery_sub:first").css("display", "block" );

// For expand collapse

$('#content_accordion .open').hide();

 });


$(document).ready(function(){

 
  $.preload( '#slideshow img', {
    onFinish: function() {
      $('#slideshow img').removeClass('gone');
      $('#slideshow').slideshow({ timeout: 4000, fadetime: 600, type: 'sequence' });
    }
  });  

}); // end

$(function() {
	$('a#star').mouseover(function(){
	var imagefade = "img." + $(this).attr('class');
	$('.image-main img').fadeOut(1000);
	$(imagefade).fadeIn(1000);
	});
});








