/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'bottom left';
hs.outlineType = null;
hs.fadeInOut = true;
hs.easing = 'linearTween';
hs.expandDuration = 0;
hs.restoreDuration = 0;
hs.outlineWhileAnimating = 0;
hs.anchor = 'top-right'
hs.allowSizeReduction = false;
hs.minWidth = 0;
hs.minHeight = 0;
hs.marginTop = 0;
hs.marginRight = 0;
hs.marginBottom = 0;
hs.marginLeft = 0;
hs.allowMultipleInstances = false;
hs.enableKeyListener = 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
});

