/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/IBSStaticResources/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.allowMultipleInstances = false;
hs.expandDuration = 250;
hs.restoreDuration = 250;
hs.transitionDuration = 0;
hs.transitions = ['expand', 'crossfade'];
hs.align = 'center';
hs.useBox = true;
hs.height = 400;
hs.width = 600;
hs.captionOverlay.position = 'rightpanel';
hs.captionOverlay.width = '300px';
hs.captionOverlay.className = 'highslideItemInformation';
hs.preserveContent = false;
hs.dynamicallyUpdateAnchors = false;
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
//	offsetX: 300,
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});
// Add the slideshow controller
hs.addSlideshow({
	//numberPosition: 'null',
	repeat: false,
	useControls: false,
	//fixedControls: false,
	thumbstrip: {
		position: 'below',
		mode: 'horizontal',
		relativeTo: 'expander'
	}
});


