hs.graphicsDir = '/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.fullExpandTitle = '拡大する';
hs.restoreTitle = 'クリックで閉じる';
hs.focusTitle = 'フォーカス';
hs.loadingText = '読み込み中...';
hs.moveText = '移動';
hs.closeText = '閉じる';
hs.closeTitle = 'クリックで閉じる';
hs.showCredits = false;
hs.registerOverlay(
    {
    	thumbnailId: null,
    	overlayId: 'controlbar',
    	position: 'top right',
    	hideOnMouseOut: true,
	useOnHtml: true
    }
);
hs.captionEval = 'this.thumb.title';
