hs.lang = {
	loadingText : 'Loading...',
	creditsText : 'By <i>Highslide JS</i>',
	creditsTitle : 'Modified by Alpha Marine',
	fullExpandTitle : 'Agrandir',
	playTitle : 'Diaporama',
	previousTitle : 'Retour (Gauche)',
	nextTitle : 'Suivant (Droite)',
	closeTitle : 'Fermer (Esc)', 	
	moveText : '',
	closeText : '', 
	restoreTitle : 'Cliquez pour fermer'
};
hs.graphicsDir = 'highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'controls-in-heading';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.75;
hs.showCredits = false;
hs.creditsHref = 'http://www.alpha-marine.fr/';
//hs.allowMultipleInstances = false;

// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
	//slideshowGroup: 1,
	interval: 3000,
	repeat: true,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		opacity: 1,
		position: 'top right',
		hideOnMouseOut: false
	}
});
