hs.graphicsDir = 'http://oaklandtech.com/staff/wp-content/plugins/highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.8;
	//hs.outlineType = 'rounded-white';
  hs.captionEval = 'this.a.title';
	hs.marginBottom = 105; // make room for the thumbstrip and the controls
	hs.numberPosition = 'caption';
  hs.expandDuration = 250;		

	// Add the slideshow providing the controlbar and the thumbstrip
	hs.addSlideshow({
//		slideshowGroup: 'thumbstrip',
		interval: 5000,
		repeat: false,
		useControls: true,
		overlayOptions: {
			opacity: .8,
			position: 'bottom center',
			hideOnMouseOut: true

		},
		thumbstrip: {
			position: 'bottom center',
			mode: 'horizontal',
			relativeTo: 'viewport'
		}
	});
	
	// Add the settings for gallery with thumbstrip
	var horizontalStripOptions = {
		slideshowGroup: 'thumbstrip',
		outlineType: 'rounded-white',
		captionEval: 'this.thumb.alt',
		numberposition: 'caption'
	}
	
	// Add the controlbar for gallery with floating caption
	if (hs.addSlideshow) hs.addSlideshow({
		slideshowGroup: 'floating-caption',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .6,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});

	// Add the settings for gallery with floating caption
	var floatingCaptionOptions = {
		slideshowGroup: 'floating-caption',
		outlineType: 'drop-shadow',
		wrapperClassName: 'dark borderless floating-caption',
		numberposition: 'caption'
	}
