jQuery(document).ready(function() {
	jQuery(".product_gallery ul li a").fancybox({
		'titlePosition'		: 'inside',
		'overlayColor'		: '#000',
		'overlayOpacity'	: 0.7
	});
	jQuery(".product_video").fancybox({
		'width'				: '60%',
		'height'			: '60%',
        'autoScale'     	: true,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
});



