	    hs.graphicsDir = '/v2/css/graphics/';
	    hs.outlineType = 'rounded-white';

		hs.showCredits = false;
		hs.allowSizeReduction = false;
		hs.align = 'center';
		hs.transitions = ['expand', 'crossfade'];
		hs.outlineType = 'rounded-white';
		hs.fadeInOut = true;
		hs.dimmingOpacity = 0.75;

		// Add the controlbar
		hs.addSlideshow({
			interval: 5000,
			repeat: false,
			useControls: false,
			fixedControls: 'fit',
			overlayOptions: {
				opacity: .5,
				position: 'top center',
				hideOnMouseOut: true
			}
		});

