/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = .45;
hs.dimmingDuration = 125;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginTop = 10;
hs.marginRight = 10;
hs.marginBottom = 10;
hs.marginLeft = 10;
hs.blockRightClick = true;
hs.captionEval = 'this.thumb.alt';
hs.headingOverlay.position = 'rightpanel';
hs.dragByHeading = false;
hs.transitions = ['expand', 'crossfade'];

// French language strings

hs.lang = {

	cssDirection: 'ltr',

	loadingText: 'Chargement...',

	loadingTitle: 'Cliquer pour annuler',

	focusTitle: 'Cliquer pour amener au premier plan',

	fullExpandTitle: 'Afficher \340 la taille r\351elle',

	creditsText: 'D\351velopp\351 sur <i>Highslide JS</i>',

	creditsTitle: 'Site Web de Highslide JS',

	previousText: 'Pr\351c\351dente',

	nextText: 'Suivante',

	moveText: 'D\351placer',

	closeText: 'Fermer',

	closeTitle: 'Fermer (esc ou \311chappement)',

	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\350che gauche)',

	nextTitle: 'Suivante (fl\350che droite)',

	moveTitle: 'D\351placer',

	fullExpandText: 'Taille r\351elle',

	number: 'Image %1 de %2',

	restoreTitle: 'Cliquer pour fermer l\'image, cliquer et faire glisser pour d\351placer, utiliser les touches fl\350ches droite et gauche pour suivant et pr\351c\351dent.'

}


// Add the slideshow controller
if (hs.addSlideshow) hs.addSlideshow({
//	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'large-dark',
		opacity: '0.6',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-0',
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'above',
		relativeTo: 'image'
	}

});