.main-subcontent {
display:inline /*Fix IE floating margin bug*/; float:right; 
width: 80px; 
margin: 0 0px 0 0; 
overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

.main-subcontent a img{
text-decoration:none; 
border: 1px solid Black; 
}
.main-subcontent a:hover img{
text-decoration:none; 
border: 1px solid #B22222; 
}
 


#contenuto {
   font: 12px "Century Gothic","trebuchet ms",  sans-serif;
	color: #B8B8B8;
	width: 100%;
	text-align: center;
	padding: 5px 0px;
	position: relative;
	top: 85%;
	left: 0px;
	text-decoration: none;
}

#contenuto img {
	text-decoration: none;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
top: 80%;
left: 0;
top: 0;
width: auto;
background: #313131;
visibility: hidden;
z-index: 1;
cursor: hand;
cursor: pointer;
}

#thumbBox .topbar{ /*Top DIV of thumbbox that*/
color: #707070;
background: #585858;
font: 12px "Century Gothic","trebuchet ms",  sans-serif;
}

#thumbBox .footerbar{ 
/*Footer DIV of thumbbox that contains "close" link */
color: White;
font: 12px "Century Gothic","trebuchet ms",  sans-serif;
	text-align: left;
	font-weight: normal;
	background: #585858;
}

#thumbBox #thumbImage{ 
/*DIV within thumbbox that holds the enlarged image */
background: #787878;
}

#thumbLoading{ 
/*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
