	$(document).ready(function() {
		$("a.viewPhoto").fancybox({ 
			'overlayShow': true,
			'overlayOpacity': 0.85
		}); 
	});
