
		$(function() {
			$('a.lightbox').lightBox({
	        	imageLoading: '/img/lightbox-ico-loading_en.gif',
				imageBtnClose: '/img/lightbox-btn-close_en.gif',
				imageBtnPrev: '/img/lightbox-btn-prev_en.gif',
				imageBtnNext: '/img/lightbox-btn-next_en.gif',
				txtImage: 'Image',
				txtOf: 'of'
			});
		});

