/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.3;
hs.dimmingDuration = 150;
hs.numberOfImagesToPreload = 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
});

/*
hs.onSetClickEvent = function(sender, e) {
   // set the onclick for the element
   e.element.onclick = function() {
      return hs.htmlExpand(this);
   }
   // return false to prevent the onclick being set once again
   return false;
}
*/
