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

});
