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