$(function() {
    $('.galerie a').lightBox({fixedNavigation:true}); // Select all links in object with galerie ID
});


