    /**
    *   Site-specific configuration settings for Highslide JS
    */
    hs.graphicsDir = '/highslide/graphics/';
    hs.showCredits = false;
	hs.outlineType = 'rounded-white';
    hs.align = 'center';
    hs.transitions = ['expand', 'crossfade'];
    hs.allowSizeReduction = false;
    hs.fadeInOut = true;
    hs.headingEval = 'this.a.title';
    hs.dimmingOpacity = 0.75;
    hs.blockRightClick = true;
    hs.numberOfImagesToPreload = 20;
    hs.numberPosition = 'caption';
    hs.captionEval = 'this.thumb.alt';

    // 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
       }
    });



