$(document).ready(function(){
	$('a.gallery_link, a.gallery-image').fancybox({
		type: 'iframe',
		width: 665, 
		height: 577,
		titleShow: false,
		scrolling: 'no'
	});
});


$(document).ready(function() {


	/* Apply fancybox to multiple items */
	
	$("a.picview").fancybox();
	
	
	$("a.destinations").fancybox({
		'type': 'iframe',
		 'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		
		'width': 420, 
		'height'	: 342,
		'hideOnContentClick': false,
		
	});
	
	$("a.contactus").fancybox({
		'type': 'iframe',
		 'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		
		'width': 820, 
		'height'	: 442,
		'hideOnContentClick': false,
		
	});
	
	
	$("a.country").fancybox({
		'type': '',
		 'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		
		'width': 420, 
		'height'	: 342,
		'hideOnContentClick': false,
		
	});
	
	$("a.news").fancybox({
		'type': 'iframe',
		 'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		
		'width': 900, 
		'height'	: 1500,
		'hideOnContentClick': false,
		
	});
	
	$("#booknow").fancybox({
		'type': 'iframe',
		 'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		
		'width': 800, 
		'height'	: 600,
		
		
	});
	
	$("#booknow2").fancybox({
		'type': 'iframe',
		 'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		
		'width': 800, 
		'height'	: 600,
		
		
	});
	
	$("a.enquiry").fancybox({
		'type': 'iframe',
		 'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		
		'width': 800, 
		'height'	: 600,
		
		
	});

	
});
