#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #ffffff;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border-width: thin;
border-style: solid;
border-color: #7e7e7e; 
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 8px Tahoma;
letter-spacing: 5px;
line-height: 1.5em;
color: #7E7E7E;
padding: 8px 0;
text-align: left;
}

#thumbBox .title{ /*title DIV of thumbbox that contains "close" link */
font: 12px Arial;
letter-spacing: 1px;
padding: 8px 0;
text-align: left;
width: 480px;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font: 12px Arial;
color: #7E7E7E;
letter-spacing: 1px;
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #ffffff;
padding: 5px;
z-index: 5;
}
