hs.graphicsDir = '/new/templates/common/highslide/graphics/';
hs.outlineType = 'outer-glow';
hs.align = 'center';
hs.position = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.wrapperClassName = 'dark borderless floating-caption';
hs.fadeInOut = true;
hs.dimmingOpacity = .85;
hs.marginBottom = 45;
hs.showCredits = false;

// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		opacity: .6,
		position: 'bottom center',
		hideOnMouseOut: false
	}
});
