hs.graphicsDir = "assets/libs/highslide/graphics/";
hs.showCredits = false;
hs.outlineType = 'glossy-dark';
hs.wrapperClassName = 'dark';
hs.fadeInOut = true;
hs.allowSizeReduction = true;
hs.outlineWhileAnimating = true;
hs.captionEval = "this.a.title";
hs.align = "center";
hs.numberPosition = 'caption';
// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
	slideshowGroup: ['Gallery_1_1', 'plakat'],
	interval: 4500,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .6,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});
