	hs.graphicsDir = '/images/design/highslide/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.headingEval = 'this.thumb.title';
	hs.dragByHeading = false;
	hs.showCredits = false;
	hs.numberPosition = "heading";
	hs.lang.number = "%1/%2";
	 hs.captionId = 'the-caption';
	// Add the controlbar
	hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: 1,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});