// default settings
hs.graphicsDir = 'clientlibs/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.dimmingOpacity = 0.8;
hs.wrapperClassName = 'borderless floating-caption';
hs.preserveContent = false;

// hide flash elements

// Add the controlbar
hs.addSlideshow({
	interval: 3000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'bottom center',
		//relativeTo: 'viewport',
		hideOnMouseOut: true
	}
});