/******************************************************************************
Override the settings defined at the top
	of the highslide.js file. The parameter hs.graphicsDir is important!
******************************************************************************/

	hs.graphicsDir = 'highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.dimmingOpacity = .75;
	hs.captionEval = 'this.thumb.alt';
	
	// Caption Overlay
	hs.captionOverlay.position = "top center";
	hs.captionOverlay.hideOnMouseOut = "true";
	hs.captionOverlay.opacity = "0.8";

	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .6,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});