hs.graphicsDir = 'js/highslide/graphics/';
hs.restoreTitle = 'Нажмите для закрытия картинки';
hs.loadingText = 'Загрузка...';
hs.loadingTitle = 'Нажмите для отмены';
hs.showCredits = false;
hs.numberOfImagesToPreload = 0;
hs.fullExpandTitle = 'Развернуть до фактических размеров';
hs.cacheAjax = false;
hs.previousText = 'Предыдущая';
hs.nextText = 'Следующая';
hs.moveText = 'Переместить';
hs.closeText = 'Закрыть';
hs.closeTitle = 'Нажмите для закрытия';
hs.resizeTitle = 'Изменить размер';
hs.number = 'Изображение %1 из %2';

	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.8;
	hs.outlineType = 'rounded-white';
	hs.captionEval = 'this.thumb.alt';
	hs.numberPosition = 'caption';
	hs.marginLeft = 100; // make room for the thumbstrip
	hs.marginBottom = 80 // make room for the controls and the floating caption

	// Add the slideshow providing the controlbar and the thumbstrip
	hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		overlayOptions: {
			className: 'text-controls',
			position: 'bottom center',
			relativeTo: 'viewport',
			offsetX: 50,
			offsetY: -5
		}
	});
