$(document).ready(function() {
	$("a.showlarge").fancybox({
	"hideOnContentClick" : true
	});
	
});
