		hs.onDimmerClick = function(){ return false; }

		hs.graphicsDir = '/highslide/graphics/';
		hs.wrapperClassName = 'rounded-white';
		hs.dimmingOpacity = 0.8;
		hs.align = 'center';

		hs.outlineType = 'rounded-white';
		hs.onDimmerClick = function(){ return false; }
		hs.numberPosition = "caption";
		hs.addSlideshow({
			interval: 5000,
			repeat: true,
			useControls: true,
			fixedControls: true,
			overlayOptions: {opacity: 0.7, position: 'top center', hideOnMouseOut: true}
		});
		hs.transitions = ['expand', 'crossfade'];
