jQuery(function(){
   $('.photo a').lightBox({
        txtOf:'de',
        imageLoading: '/imports/jscript/jquery/lightbox/lightbox-ico-loading.gif', // (string) Path and the name of the loading icon
        imageBtnPrev: '/imports/jscript/jquery/lightbox/lightbox-btn-prev.gif', // (string) Path and the name of the prev button image
        imageBtnNext: '/imports/jscript/jquery/lightbox/lightbox-btn-next.gif', // (string) Path and the name of the next button image
        imageBtnClose: '/imports/jscript/jquery/lightbox/lightbox-btn-close.gif',// (string) Path and the name of the close btn
        imageBlank: '/imports/jscript/jquery/lightbox/lightbox-blank.gif', // (string) Path and the name of a blank image (one pixel)
        txtOf:'de'
        
    });
});
