﻿// remove the registerOverlay call to disable the controlbar
	hs.registerOverlay(
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top right',
    		hideOnMouseOut: true
		}
	);
	
	
    hs.graphicsDir = '../highslide-dir/graphics/';
    hs.outlineType = 'rounded-white';
    // Tell Highslide to use the thumbnail's title for captions
    //hs.captionEval = 'this.thumb.title';
    
    hs.loadingText = 'Laster...';
    hs.fullExpandTitle = 'Utvid til full st&oslash;rrelse';
    hs.restoreTitle = 'Klikk for å lukke';
    hs.focusTitle = 'Klikk for å plassere øverst';
    hs.previousText = 'Forrige';
    hs.nextText = 'Neste';
    hs.moveText = 'Flytt';
    hs.closeText = 'Lukk';
    hs.blockRightClick = true;
    hs.align = 'center';
    //hs.dimmingOpacity = 0.50;
