
$().ready(function(){
  
  $('a.fancybox').fancybox({
    helpers: {
      overlay: {
        opacity: 0.5
      }
    }
  });
  
});
