	hs.graphicsDir = 'slide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = true;
	hs.outlineType = 'glossy-dark';
	hs.outlineType = 'rounded-white';
	hs.wrapperClassName = 'dark';
	hs.captionEval = 'this.a.title';
	hs.numberPosition = 'caption';
	hs.useBox = true;
	hs.width = 640;
	hs.height = 480;
	hs.dimmingOpacity = 0.5;
 
	// Add the slideshow providing the controlbar and the thumbstrip
	hs.addSlideshow({
	   //slideshowGroup: 'group1',
	   interval: 5000,
	   repeat: true,
	   useControls: true,
		overlayOptions: {
			position: 'top center',
			opacity: .75,
			hideOnMouseOut: true
		},
	   thumbstrip: {
		  position: 'bottom center',
		  mode: 'horizontal',
		  relativeTo: 'expander',
		  width: '640px', // Must be same width as the width in the inPageOptions
		  offsetY: 10 // Adjust this to fit your need
	   }
	});


 


