// JavaScript Document

hs.lang = {
  loadingText :     'Caricamento in corso',
  loadingTitle :    'Fare clic per annullare',
  focusTitle :      'Fare clic per portare in avanti',
  fullExpandTitle : 'Visualizza dimensioni originali',
  fullExpandText :  'Dimensione massima',
  creditsText :     'Powered by <i>Highslide JS</i>',
  creditsTitle :    'Vai al sito Web di Highslide JS',
  previousText :    'Precedente',
  previousTitle :   'Precedente (freccia sinistra)',
  nextText :        'Successiva',
  nextTitle :       'Successiva (freccia destra)',
  moveTitle :       'Sposta',
  moveText :        'Sposta',
  closeText :       'Chiudi',
  closeTitle :      'Chiudi (Esc)',
  resizeTitle :     'Ridimensiona',
  playText :        'Avvia',
  playTitle :       'Avvia slideshow (barra spaziatrice)',
  pauseText :       'Pausa',
  pauseTitle :      'Pausa slideshow (barra spaziatrice)',
  restoreTitle :    'Fare clic per chiudere l\'immagine, trascina per spostare. Frecce andare avanti e indietro.'
};

hs.graphicsDir = './highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.showCredits = false;
//hs.dimmingOpacity = 0.75;

// Add the controlbar
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});