// highslide setting
hs.graphicsDir = 'src/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'draggable-header';

hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.dimmingOpacity=0.75;

hs.align = 'center';


// Add the controlbar
hs.addSlideshow({
	slideshowGroup: 'galerie',
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
//		className: 'controls-in-heading',
		position: 'bottom center',
		offsetX: 0,
		offsetY: 0,
		opacity: .75,
		hideOnMouseOut: true
	}
});

