/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'outer-glow';
hs.dimmingOpacity = 0.5;
hs.easing = 'easeInBack';
hs.easingClose = 'easeOutBack';
hs.expandDuration = 300;
hs.restoreDuration = 500;
hs.align = 'center';
hs.minWidth = 612;
hs.minHeight = 670;
hs.maxWidth = 612;
hs.maxHeight = 670;
hs.useBox = true;
hs.width = 612;
hs.height = 670;
hs.captionEval = 'this.a.title';
hs.captionOverlay.position = 'below';
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
});

