$(function() {
  $('#thumbnails a').fancybox({
    zoomSpeedIn: 300, zoomOpacity: true, overlayColor: '#000', overlayOpacity: 0.6
  });
});

