$(function() {
    hs.graphicsDir = '/js/highslide/graphics/';
    hs.align = 'center';
    hs.transitions = ['expand', 'crossfade'];
    hs.fadeInOut = true;
    hs.wrapperClassName = 'draggable-header';
    hs.outlineType = 'rounded-white';
    hs.captionEval = 'this.a.title';
    hs.numberPosition = 'caption';
    hs.useBox = true;
    hs.width = 900;
    hs.height = 600;
    //hs.dimmingOpacity = 0.8; 

    hs.addSlideshow({
        //slideshowGroup: 'group1',
        interval: 5000,
        repeat: true,
        useControls: true,
        fixedControls: 'fit',
        overlayOptions: {
            position: 'bottom center',
            opacity: 0.75,
            hideOnMouseOut: true
        },
        thumbstrip: {
            position: 'above',
            mode: 'horizontal',
            relativeTo: 'expander'
        }
    });

    miniGalleryOptions1 = {
            slideshowGroup: 'group1',
            thumbnailId: 'thumb1'
    }
        
    miniGalleryOptions2 = {
        slideshowGroup: 'group2',
        thumbnailId: 'thumb2'
    }
    
    miniGalleryOptions3 = {
        slideshowGroup: 'group3',
        thumbnailId: 'thumb3'
    }
});
