hs.showCredits=false;
hs.graphicsDir = '/highslide/graphics/';
hs.width = 400;
hs.height = 550;
hs.easing = 'linearTween';
hs.expandDuration = 150;
hs.restoreDuration = 150;
hs.captionEval = 'this.thumb.alt';
hs.headingEval = 'this.thumb.title';
hs.wrapperClassName = 'draggable-header';

// Italian language strings
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: 'Powered by <i>Highslide JS</i>',
	creditsTitle: 'Vai al sito Web di Highslide JS',
	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, trascina per spostare. Frecce andare avanti e indietro.'
};


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-10',
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}

});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};
