$(document).ready(function() {
$("a#gallerybox").fancybox({
		'hideOnContentClick': false
	});

});