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

#thumbBox .footerbar   { color: white; font: bold 14px/1.1em Georgia; text-align: right; padding: 5px 0 }


#thumbBox #thumbImage   { color: #fff; font-size: 13px; font-family: Georgia; background-color: #b47c25 }

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
