hs.addSlideshow({
	// slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		opacity: 1.0,
		position: 'top right',
		hideOnMouseOut: false
	}
});

// Optional: a crossfade transition looks good with the slideshow
hs.transitions = ['expand', 'crossfade'];

hs.wrapperClassName = 'controls-in-heading';
hs.headingEval = 'this.thumb.title.split("|")[0] + " (" + this.content.naturalWidth + "&times;" + this.content.naturalHeight + ") - <a href=\'" + this.content.src + "\'> View image only</a>"';
hs.captionEval = 'this.thumb.title.split("|").slice(1).join("<br>")';
hs.outlineType = 'rounded-white';
hs.dimmingOpacity = 0.75;
hs.dimmingDuration = 200;
hs.outlineWhileAnimating = true;
hs.padToMinWidth = true;
hs.numberOfImagesToPreload = 0;
