hs.graphicsDir = 'include/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
//hs.dimmingOpacity = 0.75; //opacità dello sfondo, colore settabile da CSS highslide-dimming

// Add the controlbar
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 4000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .90,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});
