hs.graphicsDir = '/images/highslide/';

hs.wrapperClassName = 'highslide-white';
hs.outlineType = 'rounded-black';

hs.allowMultipleInstances = true;

hs.showCredits = false;
hs.restoreTitle = '';
hs.loadingText = '';

hs.dimmingOpacity = 0.25;
hs.dimmingDuration = 150;
hs.dimmingGeckoFix = true;

hs.registerOverlay({
	overlayId: 'highslide-overlay',
	position: 'top left',
	fade: 2, // fading the semi-transparent overlay looks bad in IE
	hideOnMouseOut: true,
});
