/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.5;
hs.easing = 'easeInBack';
hs.easingClose = 'easeOutBack';
hs.expandDuration = 0;
hs.restoreDuration = 0;
hs.align = 'right';
hs.allowSizeReduction = false;
hs.padToMinWidth = true;
hs.minWidth = 400;
hs.minHeight = 400;
hs.maxWidth = 400;
hs.maxHeight = 400;
hs.useBox = true;
hs.width = 400;
hs.height = 400;
hs.allowMultipleInstances = false;
hs.enableKeyListener = false;

