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