jQuery(document).ready(function() {
	$.fancybox(
		'<div class="ouverture"><h1>MILLENEUFCENTQUATREVINGTQUATRE</h1><p>Printed square of silk, France.</p></div>',
		{
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'padding'		: '0',
				'titleShow' 	: 'false',
				'overlayColor' 	: '#fff',
				'overlayOpacity':  '0.9',
				'centerOnScroll' 	: 'true',
				'hideOnContentClick'  :  'true'
		}
	);
});


