    hs.graphicsDir = '/js/highslide/graphics/';
    hs.transitions = ['expand', 'crossfade'];
    hs.wrapperClassName = 'dark borderless floating-caption';
    hs.showCredits = false;
    hs.captionEval = 'this.thumb.alt';
    hs.fadeInOut = true;
    hs.dimmingOpacity = .75;
    hs.maxHeight = window.innerHeight-68;
    hs.align = 'center';


/*    hs.graphicsDir = '/js/highslide/graphics/';
    hs.align = 'center';
    hs.outlineType = 'glossy-dark';
    hs.wrapperClassName = 'glossy-dark';
    hs.transitions = ['expand', 'crossfade'];
    hs.fadeInOut = true;
    hs.showCredits = false;
    hs.dimmingOpacity = 0.75;


    // 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
      }
    });
*/
