// ---------- TRADUCTION ---------- //
hs.loadingTitle = 'cliquer pour annuler';
hs.restoreTitle = 'cliquer pour fermer';
hs.previousTitle = 'photo précédente (ou touche gauche)';
hs.playTitle = 'lancer diaporama';
hs.pauseTitle = 'arréter diaporama';
hs.nextTitle = 'photo suivante (ou touche droite)';
hs.closeTitle = 'fermer';

// ---------- BORDURES ---------- //
hs.outlinesDir = '/';
hs.outlineType = 'rounded-white';
hs.outlineWhileAnimating = 'true';

// ---------- ANIMATION ---------- //
hs.easing = 'easeOutBack';
hs.easingClose = 'easeInBack';
hs.expandDuration = 500; // en ms
hs.restoreDuration = 500; // en ms

// ---------- ATTENUATION ---------- //
hs.fadeInOut = true;
hs.dimmingOpacity = 0.75;
hs.dimmingDuration = 0;

// ---------- TRANSITION ---------- //
hs.transitionDuration = 250; // en ms
hs.transitions = ['expand','crossfade']; // expand ou crossfade ou fade

// ---------- DIAPORAMA ---------- //
hs.addSlideshow({
	slideshowGroup : 'diaporama',
	interval : 4000, // en ms
	repeat : false,
	useControls : true,
	fixedControls : 'fit',
	overlayOptions : {
		className : 'large-dark',
		hideOnMouseOut : false,
		offsetX : 0,
		offsetY : -20,
		opacity : 0.75,
		position : 'bottom center',
		relativeTo : 'viewport'
	}
});

// ---------- AUTRES ---------- //
hs.align = 'center';
hs.numberOfImagesToPreload = 50;
hs.showCredits = false;
