#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 7px;
background: #ddd url(photoback.jpg) repeat-y; border: 1px #000 solid;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer; font: normal 11px Verdana, Tahoma; line-height: 20px;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: #000;
padding-top: 14px; padding-bottom: 4px;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #fff; border-bottom: solid 1px #000; padding-bottom: 5px;
                        border-left: solid 1px #000; border-right: solid 1px #000;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #000;
background-color: #ddd;
padding: 5px;
z-index: 5;
}