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

