    //SM config
	
	
    hs.graphicsDir = 'highslide/graphics/';
    hs.outlineType = 'rounded-white';
	//hs.outlineType = 'rounded-black';
	//hs.outlineType = 'drop-shadow';
	//hs.outlineType = 'glossy-dark';
	//hs.outlineType = 'outer-glow';
	//hs.outlineType = 'outer-glow';
	
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = true;
	hs.numberPosition = 'caption';
	hs.dimmingOpacity = 0.70;

	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .75,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});
	
	hs.flushImgSize = true;