// override Highslide settings here
// instead of editing the highslide.js file
hs.graphicsDir = '/hs/highslide/graphics/';
hs.showCredits = false;
hs.dimmingOpacity = 0.5;
hs.captionEval = '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
});

