$(document).ready(function() {
	$(".featured").fancybox({
		'overlayOpacity'        : 0.7,
		'overlayColor'          : '#000',
		'centerOnScroll'		: true,
		'hideOnContentClick'    : true,
		'hideOnOverlayClick'	: true,
		'autoDimensions'        : true,
		'width'        			: 820,
		'height'        		: 500,
		'padding'		        : 0,
		'href'			        : 'produit1.php?ref=holly_bush_lodge_fr',
		'title'   				: 'cards baseball!!!!',
		'transitionIn'			: 'fade',
		'transitionOut'			: 'fade',
		'type'					: 'iframe'
	})
});
