$(document).ready(function() {

  $("a[rel=zoom]").fancybox({
    'hideOnContentClick' : true,
    'overlayOpacity' : .5
  });

}); 
