/*
    hs.registerOverlay(
        {
            thumbnailId: null,
            overlayId: 'controlbar',
            position: 'top right',
            hideOnMouseOut: true
        }
    );

    hs.graphicsDir = '/js/highslide/graphics/';
    hs.outlineType = 'rounded-white';
    hs.captionEval = 'this.thumb.title'
    hs.creditsText='';
    hs.creditsHref='';
    hs.creditsTitle='';
*/