#thumbBox{ /*Outermost DIV for thumbnail viewer*/

position: absolute;

left: 0;

top: 0;

width: auto;

border:1px solid #000;

padding: 10px;

padding-bottom: 0;

background: url('../imagenes/random.gif');

background-color:#FFFFFF;

background-repeat:repeat-x;

visibility: hidden;

z-index: 999999999999;

cursor: pointer;

}



#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */

font: bold 14px Tahoma;

line-height: 1.1em;

color: black;

padding: 5px 0;

text-align: center;

}



#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */

background-color: black;

font-family: tahoma;

font-size: 14px;

margin-top:0px;

text-align: center;

font-weight: bold;

color: #fff;

border: 1px solid #000;

}



#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/

color:#666;

font-family: tahoma;

font-size: 14px;

background: #fff;

position: absolute;

visibility: hidden;

text-align:center;

padding: 5px;

border:1px solid #ccc;

z-index: 5;

}