/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';

hs.showCredits = false;

hs.outlineType = 'custom';

hs.minWidth = 800;

hs.minHeight = 600;

hs.useBox = true;

hs.width = 700;

hs.height = 500;

hs.captionEval = 'this.a.title';

hs.captionOverlay.position = 'leftpanel';

hs.captionOverlay.relativeTo = 'viewport';

hs.captionOverlay.width = '100%';

hs.headingEval = 'this.thumb.title';

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

});



