$(document).ready(function() {
  $("a.gallery, div.thumbs a").fancybox({ 'hideOnContentClick': false, 'imageScale' : true });
});

