hs.graphicsDir = 'sys/highslide/graphics/';
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.easing = 'linearTween';
hs.align = 'center';
hs.marginBottom = 105;
hs.blockRightClick = true;
hs.captionEval = 'this.a.title';
hs.showCredits = false;
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2
});
