$(function(){
	$('.gallery').each(function(){
		if ($('a', $(this)).length > 0)
		{
			$('a', $(this)).lightBox({
				overlayBgColor: '#ffffff',
				overlayOpacity: 0.48,
				containerBorderSize: 10,
				imageLoading: '/images/lightbox-ico-loading.gif',
				imageBtnClose: imageBtnClosePath,
				imageBtnPrev: imageBtnPrevPath,
				imageBtnNext: imageBtnNextPath
			});
		}
	});
});
