#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
visibility: hidden;
z-index: 10;
/*cursor: url(../Web/Comum/zoomout.cur), pointer;*/
/*cursor: hand;*/
border:1px solid #D8D8D8;
background:#F7F7F7;
}

#thumbBox .footerbar{ /*Footer DIV css do botão fechar*/
font: 10px Tahoma;
color: #005900;
letter-spacing: 2px;
line-height: 1.1em;
padding: 20px 0;
text-align: right;
/*cursor: pointer;*/
background:#F7F7F7;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
font:9pt Tahoma,Arial,Verdana;
color: #666666;
background:#F7F7F7;
}

#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;
}