// 500939d869bad09b1a02a5a1c6d34b8b

hs.graphicsDir = 'highslide/';
hs.outlinesDir = '/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.headingEval = 'this.a.title';

hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});

