/**
*	Site-specific configuration settings for Highslide JS
*/

//hs.transitions = ['expand', 'crossfade'];
hs.graphicsDir = '/included/highslide/graphics/';
hs.showCredits = false;
//hs.outlineType = 'rounded-white';
hs.dimmingOpacity = 0.5;
hs.fadeInOut = false;
hs.align = 'center';
hs.minHeight = 300;
hs.minWidth = 300;
hs.width = 800;
hs.allowWidthReduction = true;
hs.padToMinWidth = true;

hs.allowMultipleInstances = false;
hs.captionEval = 'this.thumb.alt';
hs.headingEval = 'this.a.title';
hs.numberPosition = null;
hs.zIndexCounter = 9999;
hs.numberOfImagesToPreload = 2;
hs.transitions = ['expand', 'fade'];
hs.transitionDuration = 100;

hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Fermer"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});


// French language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText: 'Chargement...',
	loadingTitle: 'Cliquer pour annuler',
	focusTitle: 'Cliquer pour amener au premier plan',
	fullExpandTitle: 'Afficher à la taille réelle',
	creditsText: 'Propulsé par <i>Highslide JS</i>',
	creditsTitle: 'Site Web de Highslide JS',
	previousText: 'Précédente',
	nextText: 'Suivante',
	moveText: 'Déplacer',
	closeText: 'Fermer',
	closeTitle: 'Fermer (Esc ou Echap)',
	resizeTitle: 'Redimensionner',
	playText: 'Lancer',
	playTitle: 'Lancer le diaporama (barre d\'espace)',
	pauseText: 'Pause',
	pauseTitle: 'Suspendre le diaporama (barre d\'espace)',
	previousTitle: 'Précédente (flèche gauche)',
	nextTitle: 'Suivante (flèche droite)',
	moveTitle: 'Déplacer',
	fullExpandText: 'Taille réelle',
	number: 'Image %1 sur %2',
	restoreTitle: 'Cliquer pour fermer l\'image, cliquer et faire glisser pour déplacer, utiliser les touches flèches droite et gauche pour suivant et précédent.'
};

