/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/extension/hr_highslide/design/ezwebin/stylesheets/graphics/';
//expandCursor : null, // null disables
//restoreCursor : null, // null disables
hs.showCredits = false;
hs.outlineType = 'custom';
hs.captionEval = 'this.a.title';
hs.headingEval = 'this.thumb.title';
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
});
