			hs.align = 'center';
			hs.transitions = ['expand', 'crossfade'];
			hs.graphicsDir = '/includes/highslide/graphics/';
    	hs.showCredits = false;
			hs.fadeInOut = true;
			hs.dimmingOpacity = 0.8;
			hs.outlineType = 'rounded-white';
			hs.captionEval = 'this.thumb.alt';
			hs.marginBottom = 105; // make room for the thumbstrip and the controls
			hs.numberPosition = 'caption';
			
			// Add the slideshow providing the controlbar and the thumbstrip
			hs.addSlideshow({
				//slideshowGroup: 'group1',
				interval: 5000,
				repeat: false,
				useControls: true,
				fixedControls: 'fit',
				overlayOptions: {
					opacity: .75,
					position: 'bottom center',
					hideOnMouseOut: true
				},
				thumbstrip: {
					position: 'bottom center',
					mode: 'horizontal',
					relativeTo: 'viewport',
					offsetY: -40
				}
			});