// highslide perso parms

hs.allowMultipleInstances = false;
hs.showCredits = false;

hs.align = 'center';

hs.lang = {
	loadingText : 'Loading...',
	loadingTitle : 'Clic pour annuler',
	focusTitle : 'Click to bring to front',
	fullExpandTitle : 'Agrandissement taille normale',
	creditsText : 'Powered by <i>Highslide JS</i>',
	creditsTitle : 'Go to the Highslide JS homepage',
	previousText : 'Précédent',
	nextText : 'Suivant', 
	moveText : 'Déplacer',
	closeText : 'Fermer', 
	closeTitle : 'Fermer (Esc)', 
	resizeTitle : 'Redimentionner',
	playText : 'Défilement',
	playTitle : 'Défilement (Barre d\'espace)',
	pauseText : 'Pause',
	pauseTitle : 'Arrêter le Défilement (Barre d\'espace)',
	previousTitle : 'Précédent (flêche gauche)',
	nextTitle : 'Suivant (flêche droite)',
	moveTitle : 'Déplacer',
	fullExpandText : 'Agrandissement max..',
	number: 'Image %1 of %2',
	restoreTitle : 'Cliquez pour fermer l\'image, Cliquez et tirer pour la déplacer. Utilisez les flêches droite et gauche pour passer à la suivante.'
};

hs.dimmingOpacity = 0.75;
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




