jQuery(document).ready(function() {

	/* foto */
	jQuery("div#min_image a").fancybox({
		'zoomOpacity'			: true,
		'overlayShow'			: true,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500,
		'hideOnContentClick' : true,
		'titlePosition'		: 'over'
	});

});

