$(function() {

var $gallery = $('.gallery a').simpleLightbox({
    showCounter: false
});

});