#thumbBox{ 
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#9CA09C, Direction=135, Strength=6);
}

#thumbBox .footerbar{
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}
#thumbBox #thumbImage{
background-color: 5A595E;
color: #000000;
}
#boxtexto{
background-color: 5A595E;
color: #000000;
font-weight : normal; /*  normal, bold, bolder, lighter */
text-decoration: normal;  /* normal , italic , oblique none , underline , overline , line-through , blink   */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
width: 650px; 
padding-bottom : 5pt;
}

#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;
}