			// Overriding of Highslide settings ...
			hs.align = 'center';
			hs.transitions = ['expand', 'crossfade'];
			hs.outlineType = 'glossy-dark';
			hs.wrapperClassName = 'dark';
			hs.fadeInOut = true;
		
			// Add the controlbar
			if (hs.addSlideshow) hs.addSlideshow({
				interval: 5000,
				repeat: true,
				useControls: true,
				fixedControls: 'fit',
				overlayOptions: {
					opacity: .6,
					position: 'bottom center',
					hideOnMouseOut: true
				}
			});
			
