// global highslide configuration options
hs.graphicsDir = 'highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.showCredits = false;

// global highslide controlbar
hs.registerOverlay({
	slideshowGroup: 'html',
	overlayId: 'controlbar',
	position: 'top right',
	hideOnMouseOut: false,
	fade: 2,
	useOnHtml: true
});
