hs.graphicsDir = 'front/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.75;
hs.showCredits = false;
hs.allowMultipleInstances = false;
hs.allowSizeReduction = false;
hs.useBox = true;
hs.width = 800;
hs.height = 500;
hs.captionEval = 'this.a.title';


// Add the controlbar
var hs_slideshow_options = {
    //slideshowGroup: 'group1',
    interval: 5000,
    repeat: false,
    useControls: true,
    fixedControls: 'fit',
    overlayOptions: {
        opacity: .75,
        position: 'bottom center',
        hideOnMouseOut: true,
        offsetY: 57
    },
    thumbstrip: {
        position: 'bottom center',
        mode: 'horizontal',
        offsetY: 180
//        relativeTo: 'viewport'
    }
};
//hs.addSlideshow(hs_slideshow_options);

