	hs.graphicsDir = '../slideshows/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-black';
	hs.wrapperClassName = 'reedSlides';
	hs.fadeInOut = true;
	hs.numberPosition = 'heading';
	hs.dimmingOpacity = 0.75;
	hs.creditsText = '';
	hs.creditsTitle = '';
	hs.expandCursor = null;
	hs.restoreCursor = null;
	hs.headingEval = 'this.a.rel';
	hs.captionEval = 'this.a.title';
		
	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: 1,
			position: 'bottom right',
			hideOnMouseOut: false
		}
	});
