hs.wrapperClassName = 'dark borderless floating-caption';
hs.outlineType = 'rounded-white';
hs.fadeInOut = false;
hs.dimmingOpacity = 0.8;
hs.align = 'center';
hs.useControls = true;
hs.wrapperClassName = 'colored-border';
hs.transitions = ['expand', 'crossfade'];
hs.allowSizeReduction = false;

if (hs.addSlideshow) hs.addSlideshow({
    interval: 3000,
    repeat: false,
    useControls: true,
    fixedControls: true,
    align: 'center',
    overlayOptions: {
        opacity: .6,
        position: 'top center',
        hideOnMouseOut: true
    }
});
