	hs.graphicsDir = 'http://www.frozen-collection.fr/lib/highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.8;
	hs.outlineType = 'rounded-white';
	hs.captionEval = 'this.thumb.alt';
	hs.marginBottom = 105 // make room for the thumbstrip and the controls
	hs.numberPosition = 'caption';


	hs.lang.loadingText = 'Chargement...';
	hs.lang.loadingTitle = 'Cliquez pour annuler';
	hs.lang.focusTitle = 'Cliquez pour mettre en premier plan';
	hs.lang.fullExpandTitle = 'Voir en taille réelle (f)';
	hs.lang.creditsText = '<i>Highslide JS</i>';
	hs.lang.creditsTitle = 'Aller sur le site de Highslide JS';
	hs.lang.previousText = 'Précédent';
	hs.lang.nextText = 'Suivant';
	hs.lang.moveText = 'Déplacer';
	hs.lang.closeText = 'Fermer';
	hs.lang.closeTitle = 'Fermer (échap)';
	hs.lang.resizeTitle = 'Redimensionner';
	hs.lang.playText = 'Play';
	hs.lang.playTitle = 'Démarrer le diaporama (barre d\'espace)';
	hs.lang.pauseText = 'Pause';
	hs.lang.pauseTitle = 'Mettre le diaporama en pause (barre d\'espace)';
	hs.lang.previousTitle = 'Précédent (flèche gauche)';
	hs.lang.nextTitle = 'Suivant (flèche droite)';
	hs.lang.moveTitle = 'Déplacer';
	hs.lang.fullExpandText = '1:1';
	hs.lang.number = 'Image %1 sur %2';
	hs.lang.restoreTitle = 'Cliquez pour fermer l\'image, cliquez et déplacez pour déplacer. Utiliser les touches fléchées pour voir les images précédentes et suivantes.';


	// Add the slideshow providing the controlbar and the thumbstrip
	hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		overlayOptions: {
			className: 'text-controls',
			position: 'bottom center',
			relativeTo: 'viewport',
			offsetY: -70

		},
		thumbstrip: {
			position: 'bottom center',
			mode: 'horizontal',
			relativeTo: 'viewport'
		}
	});