hs.graphicsDir = '/themes/classic/js/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'white';
hs.showCredits = false;
hs.useBox = true;
hs.width = 700;
hs.height = 525;
hs.dimmingOpacity = 0.8;

hs.addSlideshow({
	interval: 3000,
	repeat: false,
	useControls: false,
	fixedControls: 'fit',
	overlayOptions: {
		position: 'bottom center',
		opacity: 0.75,
		hideOnMouseOut: true
	},
	thumbstrip: {
		position: 'below',
		mode: 'horizontal',
		relativeTo: 'expander'
	}
});

hs.lang = {
	cssDirection: 'ltr',
	loadingText : 'Loading...',
	loadingTitle : 'Click to cancel',
	focusTitle : 'Click to bring to front',
	fullExpandTitle : '',
	creditsText : 'Powered by <i>Highslide JS</i>',
	creditsTitle : 'Go to the Highslide JS homepage',
	previousText : 'Previous',
	nextText : 'Next', 
	moveText : 'Move',
	closeText : 'Close', 
	closeTitle : 'Закрыть', 
	resizeTitle : 'Resize',
	playText : 'Play',
	playTitle : 'Проигрывать слайдшоу',
	pauseText : 'Pause',
	pauseTitle : 'Остановить слайдшоу',
	previousTitle : 'Предыдущее',
	nextTitle : 'Следующее',
	moveTitle : 'Переместить',
	fullExpandText : '1:1',
	number: 'Image %1 of %2',
	restoreTitle : ''
};

