/**
*	Site-specific configuration settings for Highslide JS
*/

hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'bottom left';
hs.outlineType = 'custom';
hs.align = 'center';
hs.padToMinWidth = true;
hs.useBox = true;
hs.width = 1010;
hs.height = 500;
hs.marginTop = 152;
hs.marginLeft = 1;
hs.dimmingOpacity = 0.5;
hs.dimmingDuration = 0;
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
});

