/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.fadeInOut = true;
hs.easingClose = 'easeOutBack';
hs.align = 'center';
hs.minWidth = 330;
hs.minHeight = 331;
hs.marginTop = 10;
hs.marginRight = 5;
hs.marginBottom = 5;
hs.marginLeft = 5;
hs.allowSizeReduction = false;
hs.allowMultipleInstances = false;
hs.blockRightClick = true;
hs.enableKeyListener = false;
