/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'bottom left';
hs.outlineType = 'custom';
hs.align = 'center';
hs.allowSizeReduction = false;
//hs.minWidth = 600;
//hs.minHeight = 840;
//hs.maxWidth = 600;
//hs.maxHeight = 820;
hs.useBox = true;
hs.width = 600;

