
	hs.graphicsDir = 'highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.showCredits = false;
	hs.blockRightClick = true;
	hs.numberPosition = 'caption';
	hs.dimmingOpacity = 0.5;
	hs.preserveContent = false;
	hs.wrapperClassName = 'controls-in-heading';

	

if (hs.addSlideshow) hs.addSlideshow({
		slideshowGroup: 'group2',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: false,
		overlayOptions: {
			opacity: 1,
			position: 'top right',
			hideOnMouseOut: false
		}
		});
	hs.addSlideshow({
		slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: false,
		overlayOptions: {
			opacity: 1,
			position: 'top right',
			hideOnMouseOut: false
		}
	});



hs.lang = {
	cssDirection:     'ltr',
	loadingText :     'Chargement...',
	previousText :    'Photo precedente',
   previousTitle :   'Photo precedente',
   nextText :        'Photo suivante',
   nextTitle :       'Photo suivante',
   moveTitle :       'Deplacer',
   moveText :        'Deplacer',
   closeText :       'Fermer',
   closeTitle :      'Fermer (Esc)',
   playText :        'Lancer le diaporama',
   playTitle :       'Lancer le diaporama',
   pauseText :       'Diaporama en pause',
   pauseTitle :      'Diaporama en pause ',
   number :          'Photo %1/%2',
   restoreTitle :    'Cliquez sur l\'image pour la fermer'
};

hs.Expander.prototype.onInit = function() { 
      if (this.isHtml) this.numberPosition = null; 
   };
hs.Expander.prototype.onBeforeClose = function() { 
   document.body.focus(); 
};
