$(document).ready(function() {
	$("a.fancybox").fancybox({
		'hideOnContentClick': true,
		'overlayShow': true,
		'zoomOpacity': false,
		'zoomSpeedIn': 0,
		'zoomSpeedOut': 0,
		'centerOnScroll': true,
	});
});
