		$(document).ready(function() {

		$("#schedule").fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'padding'			: '0'
			});
			$("a#book-now, a#book-now-top").fancybox({
				'titleShow'		: false
			});
			$("a#beginners-guide").fancybox({
				'width'				: '60%',
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'padding'			: '0'
			});
			$("a#info-details").fancybox({
				'width'				: '60%',
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'padding'			: '0'
			});
			$("a[rel=gallery]").fancybox({
				'titleShow'		: true
			});
			

});
