	$(document).ready(function() { 
		$("#test a").fancybox({'hideOnContentClick': true
});
		$("#test2 a").fancybox({
			'overlayShow':true
		});
		$("#test3 a").fancybox({
			'overlayShow':true
		});
		$("#test4 a").fancybox({
			'overlayShow':true
		});
		$("#test5 a").fancybox({
			'overlayShow':true
		});
	}); 
