#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: default;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #313131;
	color: #FFFFFF;
}

#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;
}


ol#gallery{ 
	margin: 0px 5%; 
	padding: 0;
}

ol#gallery li{ 
	float:left; 
 	color: #fff;
    margin: 0 0 10px; padding: 0; 
	list-style-type: none }

ol#gallery h3 {
	margin: 0;
	padding: 0px 0 0px 0;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-family: "light arial", sans-serif;
	font-size: small;
	}

ol#gallery a{
	color:#FFFFFF;
	display: block;
	padding: 3px 3px 16px;
	text-align: center;	
	text-decoration: none;
}

ol#gallery a:hover{ 
	color: #fff; /*hack per ie5.5 e le regole sotto*/ 		
	}

ol#gallery a img{ border: 2px solid #e77817 }

ol#gallery a:hover img{ border-color: #FFFFA0 } 
