

//////////////////////////////////// HighSlide

hs.graphicsDir = '/inc/highslide/graphics/';
//hs.outlineType = 'rounded-white';
hs.outlineType = null;
hs.showCredits = false;
//hs.wrapperClassName = 'no-footer';
//hs.wrapperClassName = 'borderless';
hs.wrapperClassName = 'colored-border';
/*hs.fadeInOut = false;
hs.dimmingOpacity = 0;*/
/*hs.dimmingDuration = 200;
hs.dimmingGeckoFix = true;*/

//hs.wrapperClassName = 'colored-border';
/*
hs.expandDuration = 1;
hs.expandSteps = 1;
hs.restoreDuration = 1;
hs.restoreSteps = 1;
*/


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


