// highslide perso parms

hs.allowMultipleInstances = false;
hs.showCredits = false;

hs.align = 'center';

//hs.expandDuration = 200; // milliseconds
//hs.restoreDuration = 200;
hs.transitionDuration= 80;

hs.dimmingOpacity = 0.45;
hs.dimmingDuration = 25;

hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
//hs.fadeInOut = true;

	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 4000,
		repeat: false,
		useControls: true,
		fixedControls: false,
		overlayOptions: {
			opacity: 1,
			position: 'top right',
			hideOnMouseOut: false
		}
	});

// end





