	hs.graphicsDir = 'highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
   hs.showCredits = false;

	//hs.dimmingOpacity = 0.75;

	// Add the controlbar
	hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 3000,
		repeat: true,
		useControls: true,
		fixedControls: false,
		overlayOptions: {
			opacity: .75,
			position: 'bottom right',
			offsetX: 0,
			offsetY: 20,
			hideOnMouseOut: false
		}
	});
