/**
*	Site-specific configuration settings for Highslide JS
*/

hs.graphicsDir = '/images/highside/';
hs.align = 'center';
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'draggable-header no-footer';
hs.allowSizeReduction = false;
hs.showCredits = false;
hs.dimmingOpacity = 0.5;

