// JavaScript Document	
	hs.graphicsDir = '/_js/effetto1/graphics/';
	hs.align = 'center';
	hs.wrapperClassName = 'draggable-header';		
	hs.showCredits = false;	
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;	
	hs.transitions = ['expand', 'crossfade'];
	hs.numberPosition = 'caption';
	hs.dimmingOpacity = 0.75; 
	hs.minWidth=690;

	hs.registerOverlay({
		overlayId: 'closebutton',
		position: 'top right',
		fade: 2
	});
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: 'Immagine %1 di %2',
	restoreTitle: 'Fare clic per chiudere l\'immagine.'
}; 	
