// remove the registerOverlay call to disable the controlbar
hs.registerOverlay({
	thumbnailId: null,
	overlayId: 'controlbar',
	position: 'top right',
	hideOnMouseOut: true
});

hs.graphicsDir = '/_js/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.dimmingOpacity = .8;
// Tell Highslide to use the thumbnail's title for captions
hs.captionEval = 'this.thumb.alt';
// Optional: a crossfade transition looks good with the slideshow
hs.transitions = ['expand', 'crossfade'];
hs.align = 'center';
hs.showCredits = false;


