hs.registerOverlay({
	thumbnailId: null,
    overlayId: 'controlbar',
    position: 'top right',
    hideOnMouseOut: true
});
hs.loadingText = "Loading";	
hs.fullExpandTitle = "Expand to actual size";
hs.restoreTitle = "";
hs.focusTitle = "Click to bring to front";
hs.loadingTitle = "Click to cancel";
hs.captionSlideSpeed = 0;
hs.showCredits = false;
hs.align = "center";
hs.outlineType = 'rounded-white';
hs.enableKeyListener = false;
hs.preserveContent = false;
hs.cacheAjax = false;
hs.minWidth = 450;
