$(function() {
  // $('a.lightbox').lightBox({fixedNavigation:true}); // Select all links with lightbox class
  $('.gallery a').lightBox();
});