jQuery(document).ready(function() {

	/*
	*   Examples - images
	*/
	
	
	$("a.contact").fancybox({
		'width'				: 600,
		'height'			: 825,
        'autoScale'     	: false,
		'type'				: 'iframe'
	});
	
	$("a.list").fancybox({
		'width'				: 700,
		'height'			: 825,
		'autoScale'			: false,
		'type'				: 'iframe'
	});
	
	$("#coupon").fancybox({
  'frameWidth': 400, // set your preferred width
  'frameHeight': 250, // set your preferred height
  'hideOnContentClick': false 
	});
	
	$("#advert").fancybox({
		'width'				: 390,
		'height'			: 270,
        'autoScale'     	: false,
		'type'				: 'iframe'
	});
	
	$("#coupon").fancybox({
		'width'				: 800,
		'height'			: 350,
        'autoScale'     	: false,
		'type'				: 'iframe'
	});
	
		$("a.coupon").fancybox({
		'width'				: 800,
		'height'			: 350,
        'autoScale'     	: false,
		'type'				: 'iframe'
	});
		
	$("#widget").fancybox({
		'width'				: 330,
		'height'			: 270,
        'autoScale'     	: false,
		'type'				: 'iframe'
	});
	
	$("a.infobox").fancybox({
		'width'				: 770,
		'height'			: 500,
        'autoScale'     	: false,
		'type'				: 'iframe'
	});
	
	$("a.product").fancybox({
		'titleShow'     : true,
		'autoScale'		: true,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'easingIn'      : 'easeOutBack',
		'easingOut'     : 'easeInBack'
	});

	
	
});

