/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'bottom left';
hs.outlineType = 'rounded-black';
hs.dimmingOpacity = 0.01;
hs.padToMinWidth = true;
hs.blockRightClick = true;
hs.captionEval = 'this.a.title';
hs.headingEval = 'this.thumb.alt';
