hs.showCredits = false;
hs.graphicsDir = '../org_files/315/images/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.expandDuration = 100;
hs.restoreDuration = 50;
hs.objectLoadTime = 'after';
//hs.transitionDuration = 0;
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.80;
hs.allowSizeReduction = false;
hs.dragSensitivity = 100000;

// Add the close button
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
});

hs.onDimmerClick = function() {
  return false;
}

