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

$(document).ready(function(){

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

$("a[rel='cbox_parents']").colorbox();

$("a[rel='cbox_gal']").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#parents_gallery:first").css("display", "inherit" );
$("a#parents_gallery:first").css("float", "left" );


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

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

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

// For expand collapse

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

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


 });












