$(document).ready(function(){
  $("a.fancy").fancybox({
    'padding': 0,
    'hideOnContentClick': true,
    'overlayShow': false
  });
});


