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

hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.marginBottom = 70;
hs.marginLeft = 100;
hs.dimmingOpacity = 0.80;
hs.showCredits = false;
hs.useBox = true;
hs.width = 800;
hs.height = 550;	
