// JavaScript Document
$(function(){
	
	$('#Nivoslider').nivoSlider({
		effect: 'fade' // Specify sets like: 'fold,fade,sliceDown'
	});
	
	$('.selecter').mobilyselect({
		collection: 'Hotel',
		animation: 'fade',
		duration: 300,
		listClass: 'selecterContent',
		btnsClass: 'selecterBtns',
		btnActiveClass: 'active',
		elements: 'li',
		onChange: function(){},
		onComplete: function(){}
	});
	
	$("a[rel=Double]").fancybox({
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titleShow'			: false, 
		'overlayColor'		: '#552C18',
		'overlayOpacity'	: 0.9	
	});
	
	$("a[rel=Twin]").fancybox({
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titleShow'			: false, 
		'overlayColor'		: '#552C18',
		'overlayOpacity'	: 0.9	
	});
	
	$("a[rel=Triple]").fancybox({
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titleShow'			: false, 
		'overlayColor'		: '#552C18',
		'overlayOpacity'	: 0.9	
	});
	
	$("a[rel=Quadruple]").fancybox({
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titleShow'			: false, 
		'overlayColor'		: '#552C18',
		'overlayOpacity'	: 0.9	
	});
	
	$("a[rel=Googlemaps]").fancybox({
		'transitionIn' : 'none',
		'transitionOut' : 'none',
		'titleShow'			: false,
		'width'				: '75%',
		'height'			: '75%',
        'autoScale'     	: false,
		'type'				: 'iframe',
		'overlayColor'		: '#552C18',
		'overlayOpacity'	: 0.9	
	});
	$("a[rel=video]").fancybox({
		'transitionIn' : 'none',
		'transitionOut' : 'none',
		'titleShow'			: false,
		'width'				: 417,
		'height'			: 317,
        'autoScale'     	: false,
		'type'				: 'iframe',
		'overlayColor'		: '#552C18',
		'overlayOpacity'	: 0.9	
	});
})
