#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
margin: 0;
width: auto;
padding: 25px 25px 10px 25px;
background-color: #e5d7b4;
border: 1px solid #003847;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
color: #003847;
font-size: 9px;
line-height: 100%;
padding: 0;
/*padding: 10px;*/
text-align: right;
background-color: #e5d7b4;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #e5d7b4;
padding: 0;
}

#thumbImage img	{
margin:  0 0 10px 0;	
padding: 0;
border: 1px solid #003847;
}

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