Cufon.replace('h2', { fontFamily: 'nevisoncasd', textShadow: '2px 2px rgba(0, 0 , 0 , 0.2)' });
Cufon.replace('.bt span', { fontFamily: 'myriad', textShadow: '1px 1px rgb(255,255,255)', hover: true });
Cufon.replace('#nav li a', { fontFamily: 'myriad', textShadow: '1px 1px rgb(255,255,255)' });
Cufon.replace('#footer-base p', { fontFamily: 'myriad' });

(function($) { // closure and $ portability

  /* Site-Specific plug-ins */
  
  $(document).ready( function() {
    
  /*  -------- document ready: all pages -------- */

    if ($('body.enquiry').length) {
      
      $('#check-in,#check-out').placeholder({text: 'dd/mm/yyyy'});
      
      
    }

    var ssl = $("#content a[rel=slideshow]");
    
    if (ssl.length) {
      ssl.fancybox({
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">' + title + '</span>';
				}
			});
      
    }
			



  });


  $(window).load( function() {

  /*  -------- window load: all pages -------- */
    
    
    
  });
    
})(jQuery);
