jQuery(function($){
  $('div#pix_div a').fancybox({ 
    imageScale: true,
    zoomSpeedIn:500,
    zoomSpeedOut:500
  });
});
