hs.lang.loadingText = '';
hs.lang.loadingTitle = '';
hs.lang.fullExpandTitle = '';
hs.lang.restoreTitle = '';
hs.registerOverlay(
	{
	thumbnailId: null,
	overlayId: 'controlbar',
	position: 'top right',
	hideOnMouseOut: true
	}
);
hs.graphicsDir = 'include/highslide/graphics/';
hs.showCredits = false;
hs.align = 'center';
// Tell Highslide to use the thumbnail's alt for captions
hs.captionEval = 'this.thumb.alt';
hs.expandDuration = 500; // milliseconds
hs.restoreDuration = 500;

