hs.graphicsDir = 'highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.align = 'center';
hs.outlineWhileAnimating = true;
hs.showCredits = false; 
hs.dimmingOpacity = 0.65;
//hs.captionEval = 'this.a.title';
hs.numberPosition = "caption";
hs.blockRightClick = true;
// always use this with flash, else the movie will be stopped on close:
hs.preserveContent = false;

// Optionally set the swfOptions. See http://highslide.com/ref/hs.swfOptions for full documentation
hs.swfOptions = {
		version:			  "7",
		expressInstallSwfurl: null,
		flashvars:			{},
		params:			   {
    menu: "false"
    },
		attributes:		   {}
}; 



// Add the controlbar
hs.addSlideshow({
  slideshowGroup: ['schools','somerset','tansternepano','panos','3dgallery','eia','lvia','web','suds','ztv','community','earthworks','masterplan','hardworks','softworks','tender','contract','2009','broads','turbines','photom1', 'photom2', 'photom3', 'photom4', 'photom5', 'photom6'],
	interval: 8000,
	repeat: false,
	autoplay: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '1',
		position: 'top right',
		offsetX: '5',
		offsetY: '-25',
		hideOnMouseOut: false

	}

});

