 jQuery(document).ready(function() {
	
	jQuery(".tour").click(function() {
		jQuery.fancybox([
			'/images/tour/1.jpg',
			'/images/tour/2.jpg',
			'/images/tour/3.jpg',
			'/images/tour/4.jpg',
			'/images/tour/5.jpg',
			'/images/tour/6.jpg',
			'/images/tour/7.jpg',
			'/images/tour/8.jpg',
			'/images/tour/9.jpg'
		], {
			'padding'			: 5,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'changeFade'        : 0
		});
	});

	jQuery(".coupon_box").fancybox({
		'padding'			:0,
		'margin'			:0,
		'width'				: 520,
		'height'			: 575,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'scrolling'			: 'no',
		'type'				: 'iframe'
	});
	jQuery(".report_box").fancybox({
		'padding'			:0,
		'margin'			:0,
		'width'				: 520,
		'height'			: 580,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'scrolling'			: 'no',
		'type'				: 'iframe'
	});
		jQuery(".testimonials_box").fancybox({
		'padding'			:0,
		'margin'			:0,
		'width'				: 540,
		'height'			: 580,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
		jQuery(".gallery_box").fancybox({
		'padding'			:0,
		'margin'			:0,
		'width'				: 660,
		'height'			: 410,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'scrolling'			: 'no',
		'type'				: 'iframe'
	});
		jQuery(".popout_box").fancybox({
		'padding'			:0,
		'margin'			:0,
		'width'				: 520,
		'height'			: 315,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'scrolling'			: 'no',
		'type'				: 'iframe'
	});
		
});
