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