hs.graphicsDir = '/lib/js/gallery/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = false;
hs.numberPosition = 'caption';
hs.dimmingOpacity = 0.7;

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