/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.fadeInOut = true;
hs.anchor = 'top-left'
hs.allowSizeReduction = false;
hs.marginTop = 0;
hs.marginRight = 0;
hs.marginBottom = 0;
hs.marginLeft = 0;
hs.allowMultipleInstances = false;
hs.headingEval = 'this.a.title';
hs.dragByHeading = false;

