$(document).ready(function() {

  $('#slideshow img').addClass('gone');

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

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

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

  $(".cbox").colorbox({iframe:"true", transition:"none", width:"710px", height:"660px"});

  $(".movie").colorbox({iframe:"true", transition:"none", width:"640px", height:"480px"});

  $("#btn-gallery a.hideBtn:first").removeClass("hideBtn");

  $(".service_inline_cbox").colorbox({iframe:"true", transition:"none", width:"610px", height:"660px" });

});

