        hs.graphicsDir = 'js/highslide/graphics/';
        hs.align = 'center';
        hs.transitions = ['expand', 'crossfade'];
        //hs.outlineType = 'glossy-dark';
        hs.wrapperClassName = 'wide-border';
        //hs.wrapperClassName = 'borderless floating-caption';
        hs.dimmingOpacity = '0.75';
        hs.fadeInOut = true;
        //hs.numberPosition = 'caption';
        //hs.addSlideshow = false;

        // 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
	        }
        });
    /*
        hs.graphicsDir = '../lib/highslide/graphics/';
        hs.align = 'center';
        hs.transitions = ['expand', 'crossfade'];
        
        hs.outlineType = 'rounded-white';
        hs.captionEval = 'this.thumb.alt';
        //hs.wrapperClassName = 'wide-border';
        hs.marginBottom = 105; // make room for the thumbstrip and the controls
        
        //hs.wrapperClassName = 'borderless floating-caption';
        hs.dimmingOpacity = '0.75';
        hs.fadeInOut = true;
        hs.numberPosition = 'caption';
        hs.addSlideshow = false;

        // Add the controlbar
        if (hs.addSlideshow) hs.addSlideshow({
	        //*slideshowGroup: 'group1',
	        interval: 5000,
	        repeat: false,
	        useControls: true,
	        fixedControls: 'fit',
	        overlayOptions: {
		        className: 'text-controls',
			    position: 'bottom center',
			    relativeTo: 'viewport',
			    offsetY: -60,
		        //hideOnMouseOut: true
	        },
	        thumbstrip: {
			    position: 'bottom center',
			    mode: 'horizontal',
			    relativeTo: 'viewport'
		    }
        });
        */
