hs.graphicsDir = 'styles/graphics/';
hs.showCredits = false;
hs.align = 'center';
hs.marginTop = 32;
hs.transitions = ['expand', 'crossfade'];
hs.numberOfImagesToPreload = 2;
hs.allowMultipleInstances = false;
hs.fadeInOut = true;
hs.dimmingOpacity = 0.9;
hs.outlineType = 'rounded-black';
hs.captionEval = 'this.thumb.alt';
hs.loadingText = '';

hs.addSlideshow({
	interval: 4000,
	repeat: false,
	useControls: true,
	overlayOptions: {
		className: 'text-controls',
		position: 'top center',
		relativeTo: 'viewport',
		offsetY: 12
		},
	thumbstrip: {
		position: 'top left',
		mode: 'vertical',
		relativeTo: 'viewport'
	}
});

window.onload = function() {
	document.getElementById('firstpic').onclick()
	}
