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

});
