/******************************************************************************
Included script for close/nav style
******************************************************************************/


// 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.expandDuration = 150;
hs.captionSlideSpeed = 8;
hs.showCredits = false;
// hs.outlineType = 'rounded-white';
// Tell Highslide to use the thumbnail's title for captions
hs.captionEval = 'this.thumb.title';
