    // override Highslide settings here
    // instead of editing the highslide.js file
    hs.graphicsDir = jspath+'images/highslide/';
	hs.showCredits = false;
	hs.creditsPosition = 'bottom left';
	hs.outlineType = 'custom';
	hs.dimmingOpacity = 0.5;
	hs.allowMultipleInstances = false;
	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
	});	
	
