$(document).ready(function(){
    $('#gallery a').lightBox({fixedNavigation:true});
    $('.image_box a').lightBox({fixedNavigation:true});
    $('table.galerie tr td a').lightBox({fixedNavigation:true});
    
     
    

})



