hs.graphicsDir = '/highslide/graphics/';
hs.allowMultipleInstances = false;
hs.headingEval = 'this.thumb.title';
hs.showCredits = false;
hs.dimmingOpacity = 0.75;


hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: true,
	overlayOptions: {
		opacity: 0.6,
		position: 'top center',
		hideOnMouseOut: true
	}
});