
$(document).ready(function() {        
    $('#gallery a').lightBox( { txtImage: 'Image', txtOf: 'of' } );
});

