$(function() {
	$('a.gallery').lightBox({
		overlayBgColor: '#000',
		overlayOpacity: '0.6',
		imageLoading: 'img/loader.gif',
		imageBtnClose: 'img/exit.gif',
		imageBtnPrev: 'img/prev.gif',
		imageBtnNext: 'img/next.gif',
		containerResizeSpeed: 350,
		txtImage: 'Screenshot',
		txtOf: 'di'
	});
});