#thumbBox {
position : absolute;
left : 0;
top : 0;
width : auto;
padding : 5px;
padding-bottom : 0;
visibility : hidden;
z-index : 10;
cursor : pointer;
background-color : #101d52;
}
#thumbBox .footerbar {
letter-spacing : 1px;
color : white;
text-align : right;
font-family : Verdana;
font-size : 16px;
font-weight : bold;
padding-top : 5px;
padding-bottom : 5px;
}
#thumbBox #thumbImage {
background-color : white;
}
#thumbLoading {
position : absolute;
visibility : hidden;
border : 1px solid black;
background-color : #efefef;
padding : 5px;
z-index : 5;
} 