#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: solid 2px #E31C23;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 150%;
font-weight: bold;
letter-spacing: 5px;
line-height: 1.1em;
color: black;
padding: 5px 3px;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
color: Black;
}
#thumbImage span {
font-weight: bold;
font-size: 90%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding-left: 10px;
position: absolute;
bottom: 10px;
left: 0;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #FFFFFF;
padding: 5px;
color: Black;
z-index: 5;
}