/*block container per frecce scorrimento testo.*/
DIV#containerUpDownArrows {
	position:relative;
	height:258px;
}
.tn{
	margin-bottom: 20px;
}

#divContainer {
	clip: rect(0px, 128px, 263px, 0px);
	position: relative;
	height: 280px;
	width: 190px;
	overflow: hidden;
	border: thin none Black;
	margin-left: 10px;
}

#divContent {
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	padding-top: 10px;
	oborder: 1px solid Black;
}

/*Cella della tabella contenente l'Immagine grande.*/
.photoloading {
	width:432px;
	background: black url('../Archive/foto/img/loading.gif') 50% 50% no-repeat;
}

