//	Optionally override the settings defined at the top
//	of the highslide.js file. The parameter hs.graphicsDir is important!

	hs.outlinesDir = './';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.8;
	hs.outlineType = 'drop-shadow';
	hs.captionEval = 'this.thumb.alt';
	hs.marginBottom = 105 // make room for the thumbstrip and the controls




