// remove the registerOverlay call to disable the controlbar
hs.registerOverlay(
	{
		thumbnailId: null,
		overlayId: 'controlbar',
		position: 'bottom left',
		hideOnMouseOut: true,
		opacity: 0.5,
	}
);

hs.captionId = 'the-caption';

hs.graphicsDir = '/ressources/commons/js/highslide/';
hs.outlineType = 'rounded-white';

hs.fullExpandTitle = 'Voir en pleine taille';
hs.restoreTitle = 'Cliquez pour fermer, Glissez pour deplacer. Utilisez les fleches du clavier pour naviguer.';
hs.focusTitle = 'Cliquez pour mettre au premier plan';
hs.loadingText = 'Chargement...';
hs.loadingTitle = 'Cliquez pour annuler';
hs.creditsText = '';
hs.creditsHref = 'http://www.livegen.fr';
hs.creditsTitle = 'livegen.fr';
