jQuery(function() {
    jQuery('a[rel*=lightbox]').lightBox({
            navigation:             false,
            imageLoading:           '/sks2_design/gotvach/l_bg/images/lightbox-ico-loading.gif',        // (string) Path and the name of the loading icon
            imageBtnPrev:           '/sks2_design/gotvach/l_bg/images/lightbox-btn-prev.gif',           // (string) Path and the name of the prev button image
            imageBtnNext:           '/sks2_design/gotvach/l_bg/images/lightbox-btn-next.gif',           // (string) Path and the name of the next button image
            imageBtnClose:          '/sks2_design/gotvach/l_bg/images/lightbox-btn-close.gif',      // (string) Path and the name of the close btn
            imageBlank:             '/sks2_design/gotvach/l_bg/images/lightbox-blank.gif'           // (string) Path and the name of a blank image (one pixel)
    });
});
