#thumbBox{
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 10px;
background: #ffffff;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border:1px dashed #333333;
margin-top:20px;
}

#thumbBox .footerbar{
letter-spacing: 5px;
line-height: 1.1em;
color: #669933;
padding: 5px 0;
text-align: right;
border:1px solid #B3CD9A;
padding-left:10px;
margin-top:10px;
background-color:#E9EAE5;
}


#thumbBox #thumbImage{
background-color: white;
}

#thumbLoading{ 
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}