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