/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/images/highslide/';
hs.outlineType = 'custom';
hs.showCredits = false;
hs.dimmingOpacity = 0.5;
hs.headingEval = 'this.a.title';
hs.captionEval = 'this.a.rel';
hs.align = 'center';


hs.registerOverlay({
	html: '<div class="arrow-down"></div>',
	position: 'bottom right',
	useOnHtml: true,
	fade: 1 // fading the semi-transparent overlay looks bad in IE
});
hs.registerOverlay({
	html: '<div class="close-simple-white" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 3 // fading the semi-transparent overlay looks bad in IE
});