hs.graphicsDir = '/highslide/graphics/';
hs.allowMultipleInstances = false;
hs.showCredits = false;
hs.fadeInOut = true;
hs.transitions = ['expand', 'crossfade'];

hs.addSlideshow({
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: true,
	overlayOptions: {
		opacity: .6,
		position: 'top right',
		hideOnMouseOut: true
	}
});
