/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.fadeInOut = true;
hs.expandCursor = null;
hs.restoreCursor = null;
hs.dimmingOpacity = 0.75;
hs.dimmingDuration = 120;
hs.expandDuration = 120;
hs.showCredits = false;
hs.allowSizeReduction = false;
hs.align = 'center';
hs.easing = 'easeInQuad';
hs.easingClose = 'easeOutQuad';
hs.outlineType = null;
hs.preserveContent = false;
hs.wrapperClassName = 'no-footer';
hs.allowMultipleInstances = false;
hs.enableKeyListener = true;
hs.numberOfImagesToPreload = 1;
hs.transitions = ["expand", "crossfade"];

