$(document).ready(function() {
	
	$("a[rel*=fancybox]").fancybox({
		'hideOnContentClick': false
	});

});

