
/* - lightbox-config.js - */

$(document).ready(function() {
    var wstgp = '++resource++ws.tinygallery.plugin/';
	$('.gallery .images a, a.lightbox').lightBox({
                imageLoading: wstgp + 'lightbox-ico-loading.gif',
                imageBtnClose: wstgp + 'lightbox-btn-close-ru.gif',
                imageBtnPrev: wstgp + 'lightbox-btn-prev.gif',
                imageBtnNext: wstgp + 'lightbox-btn-next.gif',
                imageBlank: wstgp + 'lightbox-blank.gif',
                txtImage:'Oбраз',
                txtOf:'из'
	});
});


