/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'assets/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.wrapperClassName = 'no-header-footer';
hs.outlineStartOffset = '0';
hs.allowSizeReduction = false;
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
//hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.75;

// define the restraining box
hs.useBox = true;
hs.width = 780;
hs.height = 420;
hs.registerOverlay({
	html: '<div class="close-blue" onclick="return hs.close(this);" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});
