﻿hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.dimmingOpacity = 0.8;
hs.outlineType = 'rounded-white';
hs.captionEval = 'this.thumb.alt';
hs.marginBottom = 105 // make room for the thumbstrip and the controls
hs.numberPosition = 'caption';
hs.lang.loadingText = 'Lade...';
hs.lang.loadingTitle = 'Klicken für Abbruch';
hs.lang.focusTitle = 'Klicken für Bild im Vordergrund';
hs.lang.fullExpandTitle = 'Vergrößern auf aktuelle Größe';
hs.lang.creditsText = '';
hs.lang.creditsTitle = '';
hs.lang.previousText = 'Vorheriges';
hs.lang.nextText = 'Nächstes';
hs.lang.moveText = 'Verschieben';
hs.lang.closeText = 'Schließen';
hs.lang.closeTitle = 'Schließen (esc)'; 
hs.lang.resizeTitle = 'Größenänderung';
hs.lang.playText = 'Start';
hs.lang.playTitle = 'Start Diashow (Leertaste)';
hs.lang.pauseText = 'Pause';
hs.lang.pauseTitle = 'Diashow anhalten (Leertaste)';
hs.lang.previousTitle = 'Vorheriges (Pfeil nach links)';
hs.lang.nextTitle = 'Nächstes (Pfeil nach rechts)';
hs.lang.moveTitle = 'Verschieben';
hs.lang.number = 'Bild %1 von %2';
hs.lang.restoreTitle = 'Klicken, um das Bild zu schließen. Pfeiltasten für nächstes oder vorheriges Bild.';


// 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'
	}
});

