			hs.align = "center";
			hs.transitions = ["expand", "crossfade"];
			hs.fadeInOut = true;
			hs.dimmingOpacity = 0.8;
			hs.outlineType = "rounded-white";
			hs.captionEval = "this.thumb.alt";
			hs.marginBottom = 105;
			hs.numberPosition = "caption";
			hs.addSlideshow({
				interval: 5000,
				repeat: false,
				useControls: true,
				overlayOptions: {
					className: "text-controls",
					position: "bottom center",
					relativeTo: "viewport",
					offsetY: -60
				},
				thumbstrip: {
					position: "bottom center",
					mode: "horizontal",
					relativeTo: "viewport"
				}
			});
