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

