$(document).ready(function(){
  $("a[rel='gallery-image']").fancybox({
    'speedIn':        600, 
    'speedOut':       200
  });
});
