$(document).ready(function() {

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

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

  
  $('#specials h2').click(function() {
    $(this).toggleClass('expanded');
    $('#specials p').slideToggle('fast');
  });

  $('#floorplans ul#content_accordion li:first').addClass('expand');

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

  $("a[rel='cbox']").colorbox();
  $("a[rel='colorbox']").colorbox();  
  $("a[rel='cbox_sidebar']").colorbox();
  $("a[rel='cbox_footer']").colorbox();
  $("a[rel='cbox_floorplan']").colorbox();  
  $("a[rel='cboxs_floorplan']").colorbox();  

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

  $("a[rel='gallery_amenities']").colorbox();  
  $("a[rel='gallery_enjoyment']").colorbox();  
  $("a[rel='gallery_surroundings']").colorbox();  

  $("#btn-gallery a.hideBtn:first").removeClass("hideBtn");
  
  $("#footer_gallery:first").css("display", "block");
  

  $(".service_inline_cbox").colorbox({iframe:"true", transition:"none", width:"610px", height:"660px" });
   
  $("table tr:even").addClass("even");
  
  //FOR THE FORMS ON CLIENTS AND SIGN UP PAGES
  $("a#form_cbox").colorbox({width:"795px", height:"920px", inline:true, href:"#service_iframe", title:"Bayview Services"});
  $("a#form_cbox_clients").colorbox({width:"795px", height:"950px", inline:true, href:"#service_iframe", title:"For New Clients"});
  $("a#form_cbox_service").colorbox({width:"795px", height:"950px", inline:true, href:"#service_request_iframe", title:"Bayview Service Request"});
  //FOR THE FORMS ON CLIENTS AND SIGN UP PAGES
  
  //CUFON
    
});



