/**
*	Site-specific configuration settings for Highslide JS
*/
//hs.graphicsDir = 'highslide/graphics/';
//hs.outlineType = 'custom';
//hs.dimmingOpacity = 0.5;
hs.dimmingDuration = 25;
//hs.captionEval = 'this.a.title';

        hs.outlineType = 'custom';
        hs.dimmingOpacity = 0.5;
        hs.easing = 'linearTween';
        hs.align = 'center';
        hs.blockRightClick = true;
        hs.enableKeyListener = false;

        hs.showCredits = false;
	hs.graphicsDir = 'http://buyingvalue.com/wp-content/plugins/highslide/graphics/';
	hs.captionEval = "this.thumb.title";
        //hs.wrapperClassName = 'borderless';

hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});


