jQuery(document).ready(function() {

	/*
	*   Examples - images
	*/
	
	
	$("a.contact").fancybox({
		'width'				: 600,
		'height'			: 825,
        'autoScale'     	: false,
		'type'				: 'iframe'
	});
	
	
		$("a.finder").fancybox({
		'width'				: 600,
		'height'			: 600,
        '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'				: 700,
		'height'			: 500,
        'autoScale'     	: false,
		'type'				: 'iframe',

	});
	
	
	$(".featured").fancybox({
		  'overlayOpacity'        : 0.7,
                'overlayColor'          : '#000',
                'centerOnScroll'                : true,
                'hideOnContentClick'    : true,
                'hideOnOverlayClick'    : true,
                'autoDimensions'        : true,
                'padding'                       : 0,
                'href'                          : '/images/50_2011_front.jpg',
                'transitionIn'                  : 'fade',
                'transitionOut'                 : 'fade'

	});
	
	
	$("#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'
	});

	
	
});


