/**
*	Main configuration settings for Highslide JS
*/
<!--hs.align = 'center';-->
<!--hs.dimmingOpacity = .8;-->
hs.showCredits = false;
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.blockRightClick = true;
hs.captionEval = 'this.a.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

});

