/**	Site-specific configuration settings for Highslide JS */
hs.graphicsDir = 'http://www.nsda-uk.com/wp-content/plugins/highslide/graphics/';
hs.showCredits = false;
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.width = 1000;
hs.height = 603;
hs.useBox = true;
hs.dimmingOpacity = 0.8;
hs.fadeInOut = true;
hs.align = 'center';
hs.padToMinWidth = true;
hs.allowSizeReduction = true;;

hs.allowMultipleInstances = false;
hs.blockRightClick = true;
hs.captionEval = 'this.thumb.title';
hs.captionId = 'this.thhumb.description';
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
});

// Add the slideshow controller
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'bottom right',
		offsetX: '0',
		offsetY: '0',
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'above',
		relativeTo: 'expander'
	}

});

// gallery config object
var config1 = {
	//slideshowGroup: 'group1',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};

