#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left:0;
top: 0;
margin-left: 276px;
width: 336;
height: 336px;
padding: 0px;
padding-bottom: 0;
/*background: #a7a3ad;*/
visibility: hidden;
z-index: 10;
/*cursor: hand;
cursor: pointer;*/
}

#thumbOutline {
width:336px;
height: 336px;
background: #d8d0c5;
padding: 3px;
/*position: absolute;
left:50%;
margin-left: 162px;
top: 246px;*/
z-index:8;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
/*font: bold 10px Tahoma;
letter-spacing: 5px;
text-align: right;
line-height: 1.1em;
background-color: white;
height:20px;
margin-top:-10px;*/

}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	line-height: 20px;
	font-size:14px;	
	font-family: "Times New Roman"
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
margin-top:160px;
margin-left:280px; 
visibility: hidden;
background-color: #d8d0c5;
padding: 5px;
z-index: 15;
font-size: 12px;
font-family:Georgia, "Times New Roman", Times, serif;
}