/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.outlineType = 'custom';
hs.easing = 'linearTween';
hs.anchor = 'top-right'
hs.blockRightClick = true;
hs.captionEval = 'this.thumb.title';

