/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'middle left';
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.5;
hs.align = 'center';
hs.marginBottom = 30;
hs.useBox = true;
hs.width = 800;
hs.height = 600;
hs.allowMultipleInstances = false;
hs.enableKeyListener = false;

