jQuery(document).ready(
  function()
  {
    jQuery('a.gallery').fancybox();
  }
);

