jQuery().ready(function() {
	jQuery('#coda-slider-1').codaSlider({
		autoSlide: false,
		dynamicArrows: true,
		dynamicTabs: false
	});
});
			
jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel();
});
jQuery(document).ready(function() {
    jQuery('#mycarousel1').jcarousel();
});

jQuery(document).ready(function() {

	jQuery(".coupon_box").fancybox({
		'padding'			:0,
		'margin'			:0,
		'width'				: 565,
		'height'			: 620,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'scrolling'			: 'no',
		'showCloseButton'	: false
	});
	jQuery(".report_box").fancybox({
		'padding'			:0,
		'margin'			:0,
		'width'				: 565,
		'height'			: 755,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'scrolling'			: 'no',
		'showCloseButton'	: false
	});
		jQuery(".testimonials_box").fancybox({
		'padding'			:0,
		'margin'			:0,
		'width'				: 565,
		'height'			: 600,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'scrolling'			: 'no',
		'showCloseButton'	: false
	});
		jQuery(".gallery_box").fancybox({
		'padding'			:0,
		'margin'			:0,
		'width'				: 565,
		'height'			: 600,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'scrolling'			: 'no',
		'showCloseButton'	: false
	});
		jQuery(".pop_box").fancybox({
		'padding'			:0,
		'margin'			:0,
		'width'				: 565,
		'height'			: 550,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'scrolling'			: 'no',
		'showCloseButton'	: false
	});
		jQuery(".video_box").fancybox({
		'width'				: 648,
		'height'			: 398,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'scrolling'			: 'no',
		'showCloseButton'	: true
	});
				jQuery(".video_box_two").fancybox({
		'width'				: 608,
		'height'			: 345,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'scrolling'			: 'no',
		'showCloseButton'	: true
	});
				jQuery(".vid_test_box").fancybox({
		'width'				: 500,
		'height'			: 398,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'scrolling'			: 'no',
		'showCloseButton'	: true
	});
	jQuery("a.inline").fancybox({
		'hideOnContentClick': true
	});
		
});
