#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding-left: 17px;
padding-right: 17px;
padding-top: 17px;
padding-bottom: 0px;
margin-bottom: 0px;
visibility: hidden;
z-index: 21;
cursor: hand;
cursor: pointer;
background: #C8C0A4;
background-color: #C8C0A4;
color: #C8C0A4;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 9px Tahoma;
letter-spacing: 1px;
line-height: 1.1em;
text-align: center;
background: #C8C0A4;
background-color: #C8C0A4;
color: #C8C0A4;
z-index: 21;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
z-index: 21;
background: #C8C0A4;
background-color: #C8C0A4;
color: #C8C0A4;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #FFFFFF;
padding: 12px;
z-index: 20;
}
