#thumbBox{
position: absolute;
left: 0;
top: 0;
width: auto;
background: #F4EAEA;
visibility: hidden;
z-index: 200;
cursor: hand;
cursor: pointer;
text-align:center;
border:#343434 1px solid;
padding: 5px;
}
#thumbBox, .footerbar{ 
font: bold 12px Verdana;
line-height: 1.1em;
color: #333333;
padding: 5px;
text-align: right;
}
#thumbBox, #thumbImage{ 
background-color: #F4EAEA;
}
#thumbLoading{
position: absolute;
visibility: hidden;
border: 2px solid black;
background-color: #FFFFFF;
padding: 5px;
z-index: 199;
color:#000;
}
#thumbBox img{
border:1px solid #ccc;
}