$(document).ready(function() {
    $('.lightbox').lightBox({
        imageLoading:path+'images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
        imageBtnPrev:path+'images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
        imageBtnNext:path+'images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
        imageBtnClose:path+'images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
        imageBlank:path+'images/lightbox-blank.gif',			// (string) Path and the name of a blank image (one pixel)
        txtImage:'Im&aacute;gen',	// (string) Specify text "Image"
        txtOf:'de'		// (string) Specify text "of"
    });
});

