	$(document).ready(function() {
		$('#mycarousel').jcarousel();
		$("#mycarousel a").lightBox({			overlayBgColor: '#fff',
			overlayOpacity: 0.5,
			imageLoading: '/templates/img/loading.gif',
			imageBtnClose: '/templates/img/close.gif',
			imageBtnPrev: '/templates/img/prev.gif',
			imageBtnNext: '/templates/img/next.gif',
			containerResizeSpeed: 500,
			txtImage: 'Картинка',
			txtOf: 'из'
		});
		$("#gallery1 a").lightBox({			overlayBgColor: '#fff',
			overlayOpacity: 0.5,
			imageLoading: '/templates/img/loading.gif',
			imageBtnClose: '/templates/img/close.gif',
			imageBtnPrev: '/templates/img/prev.gif',
			imageBtnNext: '/templates/img/next.gif',
			containerResizeSpeed: 500,
			txtImage: 'Картинка',
			txtOf: 'из'
		});

		$("#gallery2 a").lightBox({
			overlayBgColor: '#fff',
			overlayOpacity: 0.5,
			imageLoading: '/templates/img/loading.gif',
			imageBtnClose: '/templates/img/close.gif',
			imageBtnPrev: '/templates/img/prev.gif',
			imageBtnNext: '/templates/img/next.gif',
			containerResizeSpeed: 500,
			txtImage: 'Картинка',
			txtOf: 'из'
		});

		$("a.mapshema").lightBox({
			overlayBgColor: '#fff',
			overlayOpacity: 0.5,
			imageLoading: '/templates/img/loading.gif',
			imageBtnClose: '/templates/img/close.gif',
			imageBtnPrev: '/templates/img/prev.gif',
			imageBtnNext: '/templates/img/next.gif',
			containerResizeSpeed: 500,
			txtImage: 'Картинка',
			txtOf: 'из'
		});

		$("#mycarousel a").simpletooltip();
	});
