// JavaScript Document
	hs.graphicsDir = '/_js/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = true;
	//hs.autoplay=true;
	hs.dimmingOpacity = 0.8;
	hs.outlineType = 'rounded-white';
	hs.captionEval = 'this.thumb.alt';
	hs.marginBottom = 105 // make room for the thumbstrip and the controls
	hs.numberPosition = 'caption';
 
	// Add the slideshow providing the controlbar and the thumbstrip
	hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 3000,
		repeat: false,
		useControls: true,
		overlayOptions: {
			className: 'text-controls',
			position: 'bottom center',
			relativeTo: 'viewport',
			offsetY: -60
 
		},
		thumbstrip: {
			position: 'bottom center',
			mode: 'horizontal',
			relativeTo: 'viewport'
		}
	});
	hs.lang = {
				cssDirection: 'ltr',
				loadingText: 'Caricamento in corso',
				loadingTitle: 'Fare clic per annullare',
				focusTitle: 'Fare clic per portare in avanti',
				fullExpandTitle: 'Visualizza dimensioni originali',
				creditsText : '',
				previousText: 'Precedente',
				nextText: 'Successiva',
				moveText: 'Sposta',
				closeText: 'Chiudi',
				closeTitle: 'Chiudi (Esc)',
				resizeTitle: 'Ridimensiona',
				playText: 'Avvia',
				playTitle: 'Avvia slideshow (barra spaziatrice)',
				pauseText: 'Pausa',
				pauseTitle: 'Pausa slideshow (barra spaziatrice)',
				previousTitle: 'Precedente (freccia sinistra)',
				nextTitle: 'Successiva (freccia destra)',
				moveTitle: 'Sposta',
				fullExpandText: 'Dimensione massima',
				number: '',
				restoreTitle: 'Fare clic per chiudere la finestra.'
			}; 
