	hs.graphicsDir = 'http://southwestgoes.scholziger.de/wp-content/plugins/highslide/graphics/';
	hs.showCredits = false;
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.wrapperClassName = 'dark borderless floating-caption';
	hs.fadeInOut = true;
	hs.dimmingOpacity = .95;
	//hs.marginLeft = 80; // make room for the thumbstrip
	hs.marginBottom = 50 // make room for the controls and the floating caption
	hs.captionEval = 'this.thumb.alt';
	hs.headingText = 'http://scholziger.de - South-West gets Scholziger';

	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .6,
			position: 'bottom center',
			hideOnMouseOut: true
		},
		//thumbstrip: {
		//	position: 'middle left',
		//	mode: 'vertical',
		//	relativeTo: 'viewport'
		//}
	});
