$(document).ready(function() {
  $("a.lightbox").fancybox({    
      'zoomSpeedIn': 300,
      'zoomSpeedOut': 300,
      'overlayShow': true});
});