$(function() {
        $('#slideshow a').lightBox({
    
    overlayBgColor: '#555',
    overlayOpacity: 0.6,
    imageLoading:   '/themes/tronic/gfx/lightbox-icon-loading.gif',   // (string) Path and the name of the loading icon
    imageBtnPrev:   '/themes/tronic/gfx/lightbox-button-prev.gif',    // (string) Path and the name of the prev button image
    imageBtnNext:   '/themes/tronic/gfx/lightbox-button-next.gif',    // (string) Path and the name of the next button image
    imageBtnClose:  '/themes/tronic/gfx/lightbox-button-close.gif',   // (string) Path and the name of the close btn
    imageBlank:     '/themes/tronic/gfx/lightbox-blank.gif',          // (string) Path and the name of a blank image (one pixel)

    containerResizeSpeed: 350,
    txtImage: 'Image',
    txtOf: '/'

    });
});

