/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'bottom left';
hs.outlineType = 'custom';
hs.dimmingGeckoFix = true;
hs.dimmingOpacity = 0.5;
hs.dimmingDuration = 500;
hs.align = 'center';
hs.allowMultipleInstances = false;
hs.blockRightClick = true;
hs.enableKeyListener = false;
hs.expandDuration = 350; // 250 milliseconds
hs.restoreDuration = 250;
hs.marginLeft = 15;
hs.marginRight = 15;
hs.marginTop = 15;
hs.marginBottom = 15;
hs.outlineWhileAnimating = 2; // 0 = never, 1 = always, 2 = HTML only
hs.outlineStartOffset = 3; // [3] ends at 10
hs.allowWidthReduction = false; // I think these only apply to images
hs.allowHeightReduction = true;
hs.objectLoadTime = 'after'; // Load iframes 'before' or 'after' expansion.
