// remove the registerOverlay call to disable the controlbar
hs.showCredits = 0;
hs.padToMinWidth = true;

//hs.align = 'center';
if (hs.registerOverlay) {
	for (i=1;i<3;i++) {
		hs.registerOverlay(
			{
				thumbnailId: 'thumb'+i,
				slideshowGroup: 'highslide',
				overlayId: 'controlbar',
				position: 'top right',
				hideOnMouseOut: true
			}
		);
		for (j=2;j<5;j++)
		{
			hs.registerOverlay(
				{
					thumbnailId: 'thumb'+i+j,
					slideshowGroup: 'highslide',
					overlayId: 'controlbar',
					position: 'top right',
					hideOnMouseOut: true
				}
			);
		}
	}
}

hs.graphicsDir = '/images/hs/';
hs.outlineType = 'rounded-white';
hs.captionEval = 'this.thumb.title';