hs.graphicsDir = 'mod/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.5;
	hs.outlineType = 'rounded-white';
	hs.captionEval = 'this.thumb.alt';
	hs.marginBottom = 105; // make room for the thumbstrip and the controls
	hs.numberPosition = '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',
			offsetY: -60
		},
		thumbstrip: {
			position: 'bottom center',
			mode: 'horizontal',
			relativeTo: 'viewport'
		}
	});

