$(document).ready(function(){
	$("a.thumb").fancybox({
		'zoomSpeedIn': 500, 
		'zoomSpeedOut': 0,
		'zoomOpacity': true,
		'overlayShow': true,
		'overlayOpacity': 0.8,
		'hideOnContentClick': true,
		'imageScale': true,
		'zoomSpeedChange': 500,
		'centerOnScroll': true,
		'padding': 0,
    });
})