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