<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.titoloSezioneFoto {
	padding: 5px;
	border:1px #666666 solid;
	background-color:#1a1a20;
	font-weight: bold;
}

.rigaFoto {
	border-bottom: 1px #333333 solid;
	padding: 5px;
}
.rigaFoto:hover {
	background-color: #333333;
}


.boxFigure {
	background-color: #111111;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #1a1a1a solid;	
}

.clikka {
	cursor: pointer;
	background-color:#000000;
	border: 1px #ffffff solid;
}

div#paginaFoto {
	width: 690px;
	margin: auto;
	background-image: url('../immagini/sfondoPagina.jpg');
	background-color: #1a1a1a;
	background-repeat: repeat-y;
	padding: 30px 30px 30px 30px;
	color: #ffffff;
}

div#descrizioneTitolo {
	color: #5555ff;
	font-weight: bold;
}

p#descrizione {
}

p#descrizione span {
	font-weight: bold;
}

div#immagine {
	margin:auto;
	display:none;
	text-align: center;
}

div#contenitoreImmagine {
	min-height: 500px;
}

div#thumbs img {
	cursor: pointer;
}

#indietro, #avanti {
	display:none;
}

#cellaThumbs {
	background-color: #333333;
	background-image: url('backgroundThumbs.jpg');
	background-repeat: repeat-x;
	height: 200px;
	margin-bottom: 50px;
}

div#controlli {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

div#controlli img {
	cursor: pointer;
}</pre></body></html>