$(function() {
    if ( $("#gallery").length > 0 ) {
      $('#gallery a').lightBox({overlayBgColor: '#FFF'});
    }
});