/*  HIGHSLIDE stuff  */
hs.graphicsDir = '/images/imagesHighslide/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';

hs.fadeInOut = true;
hs.allowMultipleInstances = false;
/*hs.captionEval = 'this.a.title';*/
hs.dimmingOpacity = 0.75;

hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)"></div>',
	position: 'top right',
	relativeTo: 'expander',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});

hs.captionOverlay.useOnHtml = false;
