hs.graphicsDir = 'highslide/graphics/';
	
hs.addSlideshow({
	// slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: true,
	captionEval: 'thumb.alt',
	overlayOptions: {
		opacity: .6,
		position: 'top center',
		hideOnMouseOut: true
	}
});
// Optional: a crossfade transition looks good with the slideshow
hs.transitions = ['expand', 'crossfade'];
hs.captionEval = 'this.thumb.alt';
wrapperClassName: 'glossy-dark';
outlineType: 'glossy-dark';
