  var galleryOptions = {
		slideshowGroup: 'gallery',
		align: 'center',
		transitions: ['expand', 'crossfade'],
		outlineType: 'rounded-white',
		fadeInOut: true,
		numberPosition: 'caption',
		dimmingOpacity: 0.5
	};

	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		slideshowGroup: 'gallery',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .75,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});
