#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 2px;
padding-bottom: 0;
background: #00519A;
visibility: hidden;
z-index: 10;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:8px;
letter-spacing: 4px;
color: #ffffff;
padding: 2px 0;
text-align: center;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #00519A;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 3px solid #4C4C4C;
background-color: #00519A;
padding: 5px;
z-index: 5;
}