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