hs.graphicsDir = "/incl/js/highslide/graphics/";
hs.showCredits = false;
hs.outlineType = "custom";
hs.dimmingOpacity = 0.7;
hs.dimmingDuration = 25;
hs.captionEval = "this.a.title";
hs.captionOverlay.position = "below";
hs.align = 'center';
hs.preserveContent = false;
hs.minWidth = 480;
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close();" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 
});
hs.swfOptions = {
		version:			  "8.0.0",
		expressInstallSwfurl: null,
		flashVars: {
			icons: 'false'
			},
		params: {
			allowscriptaccess: 'always', 
			allowfullscreen: 'true', 
			vmode: 'transparent'
			},
		attributes:		   {}
	};


