	hs.graphicsDir = 'js/graphics/';
	hs.outlineType = 'rounded-white';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.numberPosition = 'caption';	
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.75;
	
	
	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: true,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .75,
			position: 'top center',
			hideOnMouseOut: true
		}
	});	
	
	
