		$(document).ready(function() {
			$("#loader-wrapper").fadeIn(3000);
			$("#about-popup-wrapper").fadeIn(3000);
			$("#findingUs-popup-wrapper").fadeIn(3000);
			$("#whats-on-popup-wrapper").fadeIn(3000);
			$("#foodDrinks-popup-wrapper").fadeIn(3000);
			$("#gallery_wrapper").fadeIn(3000);
			$('#slideshow').cycle({ 
    		fx:     'scrollHorz', 
    		speed:  1000, 
    		timeout: 5000,
    		prev: '#left-arrow',
    		next: '#right-arrow'
			});
			$('#popup-gallery').cycle({ 
			fx:     'fade', 
			speed:  1000, 
			timeout: 1000
			});
			$('#popup-slideshow').cycle({ 
    		fx:     'fade', 
    		speed:  1000, 
    		timeout: 3000,
    		cleartype:  1,
    		pause: 'true',
    		prev: '#gallery_back', 
    		next: '#gallery_next',
    		pager:  '#gallery_slideshow_pager', 
    		pagerAnchorBuilder: function(idx, slide) { 
        	// return selector string for existing anchor 
        	return '#gallery_slideshow_pager li:eq(' + idx + ') a'; 
    		} 
			})
			$('#our_work_slideshow') 
			.before('<div id="our_work_slideshow_pager">') 
			.cycle({ 
    		fx: 'scrollUp', 
    		easing: 'easeOutCubic',
    		speed:  2000, 
    		timeout: 5000, 
    		pager: '#our_work_slideshow_pager' 
			});
			$('#body').jScrollPane({scrollbarWidth: 5, showArrows:false});
			$('#scroll-sidebar').jScrollPane({scrollbarWidth: 5, showArrows:false});
			$('#scroll-popup').jScrollPane({scrollbarWidth: 5, showArrows:false});
			$('#scroll-popup-foodDrinks').jScrollPane({scrollbarWidth: 5, showArrows:false});
    		$('#detail_gallery').cycle({
       		fx:  'fade', 
        	pager:'#detail_thumbs',
			timeout: 0,
			speed: 1000,
        	pagerAnchorBuilder: function(idx, slide) {
            // return sel string for existing anchor
            return '#detail_thumbs li:eq(' + (idx) + ') a';
        	}
    		});
    		$("a#single_image").fancybox({
    			'type': 'image',
    			'autoScale': false
    		});
			$("a.fancy_about").fancybox({
			'width': 800,
			'height': 400,
			'padding': 20,
		    'autoScale': false,
		    'transitionIn':'elastic',
			'transitionOut':'elastic',
			'overlayShow': true,
		    'overlayOpacity': 0.8,
			'type': 'iframe'
			});
			$("a.fancy_foodDrinks").fancybox({
			'width': 900,
			'height': 400,
			'padding': 0,
		    'autoScale': false,
		    'transitionIn':'elastic',
			'transitionOut':'elastic',
			'overlayShow': true,
		    'overlayOpacity': 0.8,
			'type': 'iframe'
			});
			$("a.fancy_gallery").fancybox({
			'width': 900,
			'height': 500,
			'padding': 0,
		    'autoScale': false,
		    'transitionIn':'elastic',
			'transitionOut':'elastic',
			'overlayShow': true,
		    'overlayOpacity': 0.8,
			'type': 'iframe'
			});
			$("a.fancy_whats_on").fancybox({
			'width': 800,
			'height': 400,
			'padding': 20,
			'scrolling':false,
		    'autoScale': false,
		    'transitionIn':'elastic',
			'transitionOut':'elastic',
			'overlayShow': true,
		    'overlayOpacity': 0.8,
			'type': 'iframe'
			});
			$("a.fancy_findingUs").fancybox({
			'width': 800,
			'height': 400,
			'padding': 0,
			'scrolling':false,
		    'autoScale': false,
		    'transitionIn':'elastic',
			'transitionOut':'elastic',
			'overlayShow': true,
		    'overlayOpacity': 0.8,
			'type': 'iframe'
			});
			$("a.fancy_video").fancybox({
			'width': 400,
			'height': 327,
			'padding': 0,
		    'autoScale': false,
		    'transitionIn':'elastic',
			'transitionOut':'elastic',
			'overlayShow': true,
		    'overlayOpacity': 0.8,
			'type': 'iframe'
			});
			$("a.fancy_contact").fancybox({
			'width': 330,
			'height': 412,
			'padding': 20,
		    'autoScale': false,
		    'transitionIn':'elastic',
			'transitionOut':'elastic',
			'overlayShow': true,
		    'overlayOpacity': 0.8,
			'type': 'iframe'
			});
			$("a.fancy_subscribe").fancybox({
			'width': 650,
			'height': 450,
			'padding': 0,
		    'autoScale': false,
		    'transitionIn':'elastic',
			'transitionOut':'elastic',
			'overlayShow': true,
		    'overlayOpacity': 0.8,
			'type': 'iframe'
			});
			$("a.fancy_virtual").fancybox({
			'width': 646,
			'height': 320,
			'padding': 0,
		    'autoScale': false,
		    'transitionIn':'elastic',
			'transitionOut':'elastic',
			'overlayShow': true,
		    'overlayOpacity': 0.8,
			'type': 'iframe'
			});
			$('.tooltip').tooltip({ 
    		track: true, 
    		delay: 0, 
    		showURL: false, 
    		showBody: " - ", 
    		fade: 800,
    		top:-20 
			});
			
		});
		
