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

