#thumbBox{
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #666666;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{
font: 9px Arial;
letter-spacing: 1px;
line-height: 1.1em;
color: white;
padding: 1px;
text-align: center;
}


#thumbBox #thumbImage{
background-color: #666666;
}

#thumbLoading{
position: absolute;
visibility: hidden;
border: 0px;
background-color: white;
padding: 25px;
z-index: 5;
font:10px Arial;
}
