/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'bottom left';
hs.outlineType = 'custom';
hs.fadeInOut = true;
hs.allowSizeReduction = false;
hs.useBox = true;
hs.width = 720;
hs.height = 600;
hs.allowMultipleInstances = false;
hs.enableKeyListener = false;
hs.captionEval = 'this.a.title';
hs.captionOverlay.position = 'top';
hs.captionOverlay.width = '100%';
hs.headingEval = 'this.thumb.title';
hs.dragByHeading = false;
