//<![CDATA[
	hs.graphicsDir = './resources/highslide/graphics/';
	hs.dynamicallyUpdateAnchors = false;
	hs.showCredits = false;
	hs.outlineType = '';


	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.85;
	hs.onDimmerClick = function() { return true; }
		
	hs.marginBottom = 15; // make room for the thumbstrip and the controls

	hs.addSlideshow({
		slideshowGroup: 'images',
		interval: 3000,
		repeat: true,
		useControls: true,
		overlayOptions: {
			position: 'bottom center',
			hideOnMouseOut: true
	
		},
		fixedControls: false
	});





 
	hs.lang = {
	   loadingText : '',
	   loadingTitle : '',
	   number: ''
	};

	hs.onKeyDown = function(sender, e) {
		if (e.keyCode == 32) return false;
	};


    // Open a specific thumbnail based on querystring input.
    hs.addEventListener(window, "load", function() {
       // get the value of the autoload parameter
       var autoload = /[?&]autoload=([^&#]*)/.exec(window.location.href);
       // virtually click the anchor
       if (autoload) document.getElementById(autoload[1]).onclick();
    });

	function closeImage(){
	   return hs.close()
	};

//]]>
