/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '../skin1/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'bottom left';
hs.outlineType = 'custom';
hs.dimmingOpacity = .8;
hs.align = 'center';
hs.allowSizeReduction = false;
hs.allowMultipleInstances = false;
hs.enableKeyListener = false;

hs.registerOverlay({

	fade: 2 // fading the semi-transparent overlay looks bad in IE
});







