//Gallery Fancybox 1.2.0
$(document).ready(function() {
			//Activate FancyBox
			$("a.gallery").fancybox({							
			    'zoomSpeedIn'        : 450,
				'zoomSpeedOut'       : 450,
				'zoomOpacity'        : false,
				'easingIn'           : 'easeOutExpo',
				'easingOut'          : 'easeInExpo',
				'centerOnScroll'     : false,
				'hideOnContentClick' : true,
				'overlayShow'        : true,
				'overlayOpacity'     : .80,
				'noGallery'          : true
	        });
});