#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 1px;
padding-bottom: 0;
background:  #e5e5e5;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 0.9em Georgia, "Times New Roman", Times, serif;
background-color: #e5e5e5;
line-height: 1.1em;
border-bottom: #e5e5e5 1px solid;
color: #333333;
padding: 1px 1px;
height: 5px;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #e5e5e5;
border: #e5e5e5 1px solid;
border-bottom: none;
font: normal 1.1em Georgia, "Times New Roman", Times, serif;
color: #333333;
padding: 1px 1px;
line-height: 1.3em;
text-align: left;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: #ffffff 1px solid;
background-color: #ffffff;
padding: 50px;
z-index: 5;
}