hs.lang.loadingText = 'Chargement...';
hs.lang.loadingTitle = 'Cliquez pour annuler';
hs.lang.focusTitle = 'Cliquez pour mettre au premier plan';
hs.lang.fullExpandTitle = 'Taille originale';
hs.lang.creditsText = '';
hs.lang.creditsTitle = '';
hs.lang.previousText = 'Précédente';
hs.lang.nextText = 'Suivante';
hs.lang.moveText = 'Déplacer';
hs.lang.closeText = 'Fermer';
hs.lang.closeTitle = 'Fermer (esc)';
hs.lang.resizeTitle = 'Redimensionner';
hs.lang.playText = 'Lecture';
hs.lang.playTitle = 'Lancer slideshow (barre espace)';
hs.lang.pauseText = 'Pause';
hs.lang.pauseTitle = 'Pause slideshow (barre espace)';
hs.lang.previousTitle = 'Précédente (touche gauche)';
hs.lang.nextTitle = 'Suivante (touche droite)';
hs.lang.moveTitle = 'Déplacer';
hs.lang.fullExpandText = '1=1';
hs.lang.number= 'Image %1 of %2';
hs.lang.restoreTitle = '';

hs.align='center';
hs.allowMultipleInstances=false;
hs.showCredits=false;

hs.expandCursor=null;
hs.restoreCursor='pointer';

hs.dimmingOpacity=0;
hs.dimmingDuration=50;




/*
hs.addSlideshow({
	// slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: true,
	overlayOptions: {
		opacity: .6,
		position: 'top center',
		hideOnMouseOut: true
	}
});

// Optional: a crossfade transition looks good with the slideshow
hs.transitions = ['expand', 'crossfade'];
*/
