#thumbBox{ 
position: absolute;
left: 0;
margin-top: 170px;
width: auto;
padding: 50px;
padding-bottom: 0;
background: #ffffff;
border:10px solid #cabd9e;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
text-align:center;
}

#thumbBox .footerbar{ 
font: bold 9px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: silver;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ 
background-color: white;
}

#thumbLoading{ 
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#legendaimg{
	background: #d8d8d8;
	padding:10px;
	color: black;
	font-weight: bold;
	text-align:center;
}