#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 10px;
width: auto;
height: auto;
font: bold 13px Tahoma;
letter-spacing: 2px;
color: white;
padding: 5px 0px;
text-align: center;
line-height: 2.5;
padding: 50px;
padding-bottom: 5;
background: #000000;
visibility: hidden;
z-index: 50;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 15px Tahoma;
letter-spacing: 5px;
line-height: 0.7;
color: white;
padding: 7px 0px;
text-align: center;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid red;
background-color: #000000;
padding: 1px;
z-index: 10;
}
