/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.allowSizeReduction = false;
hs.minWidth = 340;
hs.minHeight = 260;
hs.useBox = true;
hs.width = 300;
hs.height = 300;
hs.blockRightClick = true;
hs.captionEval = 'this.a.title';
hs.headingEval = 'this.thumb.title';
