#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 3px; /*SH; changed from 10 to 3px */
/*SH; removing the following line */   
/*padding-bottom: 0;*/
background: #0033FF;  /*SH; changed from 313131(black) to EFEFEF(light gray); FF9900(orange); 0033FF(blue) */
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}


 /*Footer DIV of thumbbox that contains "close" link SH; REMOVED THIS */
/*
#thumbBox .footerbar{
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 1px 0;  /*SH; changed from 5 to 1px */
text-align: right;
}
*/

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 3px solid black;
background-color: #EFEFEF;
padding: 3px;
z-index: 5;
}