hs.graphicsDir = 'scripts/hs/grafikk/';
hs.outlineType = 'rounded-white';
hs.addSlideshow({
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: true,
	overlayOptions: {
		opacity: .6,
		position: 'top center',
		hideOnMouseOut: true
	}
});
hs.transitions = ['expand', 'crossfade'];
