$(document).ready(function(){
    
    $('.lightbox').lightBox({
        txtImage: 'Fotografie',
        txtOf: 'z'
    });
    
    //main gallery
    /*$('#carousel .view').SeedGallery({
        items:'#carousel .photos img',
        bullets:'#carousel .switcher a',
        leftBtn:'#carousel-nav-left',
        rightBtn:'#carousel-nav-right',
        intervalSpeed: 7000,
        diff: 943,
        timerLine: '#carousel .bar'
    });

    $.ajaxSetup({
        url: "/~JSON/system/ajax/",
        global: false,
        type: "POST",
        dataType: "json"
    });*/
});

