<!--// remove the registerOverlay call to disable the controlbar	hs.registerOverlay(    	{    		thumbnailId: null,    		overlayId: 'controlbar',    		position: 'top right',    		hideOnMouseOut: true		}	);				hs.captionId = null;    hs.graphicsDir = 'images/imagezoom/graphics/';    hs.outlineType = 'dark1';hs.align = 'center';hs.allowMultipleInstances = false;    // Tell Highslide to use the thumbnail's title for captions    hs.captionEval = 'this.thumb.title';//-->