hs.marginBottom = 45;
hs.marginTop = 15;
hs.marginLeft = 15;
hs.marginRight = 15;
hs.fadeInOut = false;
hs.dragByHeading = false;
hs.outlineType = 'outer-glow';
hs.lang.loadingTitle = 'Abbruchklick';
hs.lang.previousTitle = 'vorheriges Bild (inke Pfeiltaste)';
hs.lang.playTitle = 'Film starten (Leertaste)';
hs.lang.pauseTitle = 'Film anhalten (Leertaste)';
hs.lang.nextTitle = 'nächstes Bild (rechte Pfeiltaste)';
hs.lang.moveTitle = 'Klicken und bewegen';
hs.lang.fullExpandTitle = 'Originalgröße (nach oben Pfeil)';
hs.lang.closeTitle = 'Schluss machen (ESC oder Enter Taste)';
hs.lang.previousText = 'vorher';
hs.lang.playText = 'Film ab';
hs.lang.pauseText = 'Film Stop';
hs.lang.nextText = 'nachher';
hs.lang.fullExpandText = '1:1';
hs.lang.closeText = 'Tschüss';
hs.lang.loadingText = 'am laden...';
hs.lang.restoreTitle = 'Klicken für nächstes Bild';
hs.lang.focusTitle = 'Klicken um Bild zu sehen';
hs.align = 'center';
hs.easingClose = 'easeInQuad';
hs.expandDuration = 500;
hs.restoredDuration = 500;
hs.showCredits= false;
hs.allowSizeReduction = true;
hs.dimmingOpacity = 0.7;
hs.dimmingDuration = 100;
hs.allowMultipleInstances = true;
hs.blockRightClick = false;
hs.flushImgSize = false;
hs.transitions = ['expand', 'crossfade'];
hs.easing = 'easeInBack';
hs.restoreCursor = null;
hs.Expander.prototype.onImageClick = function() {
	return hs.next();
}
hs.onKeyDown = function(sender, e) {
	if(e.keyCode == 40 || e.keyCode == 70) return false;
	if(e.keyCode == 38) return false;
}
hs.addSlideshow({
	interval: 2000,
	repeat: true,
	thumbstrip: {
		position: 'above',
		mode: 'horizontal',
		relativeTo: 'expander'
	},
	overlayOptions: {
		opacity: 1.0,
		position: 'top right',
		offsetY: 0,
		offsetX: 0,
		hideOnMouseOut: true
	},
	fixedControls: false,
	useControls: true
});
