$(document).ready(function() {
	$("a.imgbox").fancybox({
		'centerOnScroll'		: true,
		'hideOnOverlayClick'	: true
	});
});
