#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 0px;
padding-bottom: 0;
background: #000000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
color: white;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Arial;
color: white;
padding: 5px ;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
border-bottom: 0px solid #FFFFFF;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #000000;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 0px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
color: #ffffff;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 0px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
background-color: #000000;
padding: 5px;
z-index: 5;
color: #ffffff;
}
