hs.graphicsDir = 'http://www.mediamrak.hr/highslide/highslide/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'glossy-dark';
hs.wrapperClassName = 'dark';
hs.fadeInOut = true;

if (hs.addSlideshow) hs.addSlideshow({
    interval: 5000,
    repeat: false,
    useControls: false,
    fixedControls: true,
    overlayOptions: {
        opacity: .6,
        position: 'top center',
        hideOnMouseOut: true
    }
});