hs.graphicsDir = './images/graphics/';
	hs.outlineType = 'rounded-white';
	hs.showCredits = false;
	hs.wrapperClassName = 'draggable-header';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = false;
	hs.dimmingOpacity = 0.75;
	// define the restraining box
	hs.useBox = true;
	hs.width = 590;
	hs.height = 600;
	// Add the controlbar
hs.lang = {
	cssDirection: 'ltr',
	loadingText : 'Chargement ...',
	loadingTitle : 'Clic pour annuler',
	focusTitle : 'Clic pour mettre en avant',
	fullExpandTitle : 'Afficher la taille réelle (f)',
	creditsText : '',
	creditsTitle : 'BOSSET-BATIMENTS',
	previousText : 'précédent',
	nextText : 'Suivant', 
	moveText : 'Déplacer',
	closeText : 'Fermer', 
	closeTitle : 'Fermer (touche Echap)', 
	resizeTitle : 'Recadrer',
	playText : 'Jouer',
	playTitle : 'Jouer la galerie (barre espace)',
	pauseText : 'Pause',
	pauseTitle : 'Pause galerie (barre espace)',
	previousTitle : 'Précédent (flèche gauche)',
	nextTitle : 'Suivant (flèche droite)',
	moveTitle : 'Déplacer',
	fullExpandText : '1:1',
	number: 'Image %1 sur %2',
	restoreTitle : 'Clic pour fermer, clic et maintenir pour déplacer. Utiliser les touches pour la suivante ou précédente.'
};

