// ed0f861beaa381182cd739e3f826d4a0
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.fadeInOut = true;
hs.anchor = 'bottom';
hs.blockRightClick = true;
hs.allowSizeReduction = false;
hs.allowMultipleInstances = false;
hs.enableKeyListener = false;
hs.registerOverlay({
	html: '<div id="hsCLOSE" class="closebutton" onclick="return hs.close(this)"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});

