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

hs.showCredits = false;

hs.outlineType = 'drop-shadow';

hs.align = 'center';
hs.targetY = 'big_viewbox -40px';

hs.dragSensitivity = 1000;

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
});
