$(function() {
    var baseUrl = $("link[@rel=INDEX]").attr("href") + 'img/lightbox/';
    $('a.lightbox').lightBox({
        overlayBgColor:       '#000000',
        overlayOpacity:       0.6,
        containerResizeSpeed: 300,
        txtImage:             'Image',
        txtOf:                'of',
        imageLoading:         baseUrl + 'loading.gif',
        imageBtnClose:        baseUrl + 'close.gif',
        imageBtnPrev:         baseUrl + 'prev.gif',
        imageBtnNext:         baseUrl + 'next.gif',
        imageBlank:           baseUrl + 'blank.gif'
    });
});
