$(function()
{
  $('div.gallery a').fancybox({'overlayOpacity': 0.8, 'overlayColor': '#000000'});
});

