#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #FFFFFF;
visibility: hidden;
z-index: 100;
cursor: hand;
cursor: pointer;
border: 1px solid #78543A;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
color: #6F6F6F;
padding: 3px 0;text-align:right;
}
#thumbBox .copy{
float:left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
color: #6F6F6F;
padding: 3px 0;
}

#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-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 10px;
color: #6F6F6F;
text-align:center;
position: absolute;
visibility: hidden;
border: 1px solid #78543A;
background-color: #FFFFFF;
padding: 5px;
z-index: 50;
}
#thumbLoading img {
border:0px;
}
 #thumbBox img {
 border:1px #C5C5C5;}