<!--

hs.showCredits = 0;
hs.padToMinWidth = true;
hs.graphicsDir = 'images/hs/graphics/';
hs.allowMultipleInstances = false;


	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = true;
//	hs.outlineType = 'rounded-white';
//	hs.headingEval = 'this.a.title';
//	hs.numberPosition = 'heading';
hs.useBox = true; //disable to stop resizing of large image
hs.width = 602; //locks the window size
hs.height = 602; //locks the window size
	hs.showCredits = false;
	hs.dimmingOpacity = .95;

	// Add the slideshow providing the controlbar and the thumbstrip
;


if (hs.addSlideshow) hs.addSlideshow({
		slideshowGroup: ['gallery_01_group', 'gallery_03_group', 'gallery_04_group', 'gallery_05_group'],
		interval: 5000,
		repeat: false,
		useControls: true,
//		fixedControls: 'fit', //disable allows the menu to move
		overlayOptions: {
			position: 'top right',
			offsetX: 300,
			offsetY: -65
		},
		thumbstrip: {
			position: 'rightpanel',
			//'top right' is interesting
			mode: 'float',
			relativeTo: 'expander',
			width: '280px' //width: '368px'
		}
	});

if (hs.addSlideshow) hs.addSlideshow({
      slideshowGroup: 'gallery_02_group',
      interval: 5000,
      repeat: false,
      useControls: true,
//      fixedControls: 'fit', //disable allows the menu to move
      overlayOptions: {
         position: 'top right',
         offsetX: 390,
         offsetY: -65
      },
      thumbstrip: {
         position: 'rightpanel',
         //'top right' is interesting
         mode: 'float',
         relativeTo: 'expander',
         width: '368px'
      }
   });

if (hs.addSlideshow) hs.addSlideshow({
      slideshowGroup: 'iframe_01_group',
      interval: 5000,
      repeat: false,
      useControls: true,
//      fixedControls: 'fit', //disable allows the menu to move
      overlayOptions: {
         position: 'top right',
         offsetX: 390,
         offsetY: -65
}
   });  


// Make all images animate to the one visible thumbnail
	var miniGalleryOptions1 = {
		thumbnailId: 'gallery_01_tn_01', slideshowGroup: 'gallery_01_group'
	}
	
	var miniGalleryOptions2 = {
		thumbnailId: 'gallery_02_tn_01', slideshowGroup: 'gallery_02_group'
	}

	var miniGalleryOptions3 = {
		thumbnailId: 'gallery_03_tn_01', slideshowGroup: 'gallery_03_group'
	}
	
	var miniGalleryOptions4 = {
		thumbnailId: 'gallery_04_tn_01', slideshowGroup: 'gallery_04_group'
	}
	
	var miniGalleryOptions5 = {
		thumbnailId: 'gallery_05_tn_01', slideshowGroup: 'gallery_05_group'
	}


	
//-->