hs.graphicsDir = 'http://www.feuerwehr-geldersheim.de/wp-content/plugins/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.showCredits = false;
hs.dimmingOpacity = 0.75;

// Add the controlbar by picturegallerys
hs.addSlideshow({
	slideshowGroup: 'picgal',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});

// Weatherwarning
// Add red close button
	hs.registerOverlay({
	slideshowGroup: 'weatherwarning',
	html: '<div class="closebutton-red" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	fade: 2, 
	useOnHtml: true,
	repeat: false,
	useControls: false,
	fixedControls: 'fit',
	});

//hs.addSlideshow({
//	slideshowGroup: 'weatherwarning',
//	html: '<div class="closebutton-red" onclick="return hs.close(this)" title="Close"></div>',
//	position: 'top right',
//	fade: 2, 
//	useOnHtml: true,
//	overlayOptions: {
//		opacity: .75,
//		position: 'bottom center',
//		hideOnMouseOut: true
//	}
//});
