// See http://highslide.com/ref for examples of settings  
hs.graphicsDir = "inc/highslide/graphics/";
hs.align = 'center';
hs.lang.creditsText = "";//no text to be displayed
hs.transitions = ['expand', 'crossfade'];
hs.wrapperClassName = 'dark borderless floating-caption';
hs.fadeInOut = true;
hs.dimmingOpacity = .8;

if (hs.addSlideshow) hs.addSlideshow({
	interval: 2000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .6,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});

