#thumbBox  {
position : absolute;
left : 0;
top : 0;
width : auto;
padding : 10px 10px 0;
background : #d6e3b5;
z-index : 10;
visibility : hidden;
border : 1px solid #000;
cursor : pointer;
}
#thumbBox .footerbar {
letter-spacing : 3px;
color : black;
font-size : 14px;
font-weight : bold;
font-style : normal;
font-variant : normal;
padding : 5px 0;
text-align : right;
}
#thumbBox #thumbImage {
background-color : white;
z-index : 1000;
}
#thumbLoading {
position : absolute;
visibility : hidden;
border : 1px solid black;
background-color : #efefef;
padding : 5px;
z-index : 5;
} 