/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'style/highslide/graphics/';
hs.outlineType = 'custom';
hs.zIndexCounter = '10001'
hs.graphicsDir = '/style/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.outlineWhileAnimating = true;
hs.allowSizeReduction = false;
// always use this with flash, else the movie will be stopped on close:
hs.preserveContent = false;
hs.showCredits = false;

