	hs.graphicsDir = 'highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.credits = true;
	hs.spaceForCaption = 190;
	//hs.dimmingOpacity = 0.75;
	
	hs.lang.loadingText = 'Bild wird geladen ...';
	
	hs.showCredits = false;
	hs.allowMultipleInstances = false;
	hs.dimmingOpacity = .05;
	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 3500,
		repeat: true,
		spaceForCaption: 190,
		useControls: true,
		fixedControls: true,
		overlayOptions: {
			opacity: .75,
			position: 'top center',
			hideOnMouseOut: true,
			useOnHtml: true

		}
	});
