#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('http://www.mundociudad.com/imagenes/random.gif');
visibility: hidden;
z-index: 10;
cursor: hand;
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: arial;
font-size: 20px;
margin-top:0px;
text-align: center;
font-weight: bold;
color: #FF5000;
border: 1px solid #000;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
background: #fff;
position: absolute;
visibility: hidden;
padding: 5px;
z-index: 5;
}