/* switch on the lightbox functions */
$(document).ready(function() {
	$('a.lightgallery').lightBox({
		overlayBgColor: '#000000',
		overlayOpacity: 0.8,
		/*imageLoading: '/images/loading.gif',
		imageBtnClose: '/images/close.gif',
		imageBtnPrev: '/images/prev.gif',
		imageBtnNext: '/images/next.gif',*/
		containerResizeSpeed: 350
	});
});

