//                  
// 	ClearBox Language File (JavaScript)
//

var

	CB_NavTextPrv='precedente',				// text of previous image
	CB_NavTextNxt='prossimo',					// text of next image
	CB_NavTextFull='dimensioni originali',				// text of original size (only at pictures)
	CB_NavTextOpen='apri in una nuova finestra',		// text of open in a new browser window
	CB_NavTextDL='download',				// text of download picture or any other content
	CB_NavTextClose='chiudi clearbox',			// text of close CB
	CB_NavTextStart='inizia slideshow',			// text of start slideshow
	CB_NavTextStop='stop slideshow',			// text of stop slideshow
	CB_NavTextRotR='ruota l\'immagine a destra di 90 gradi',	// text of rotation right
	CB_NavTextRotL='ruotal\'immagine a sinistra di 90 gradi'	// text of rotation left

;