#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 2px;
padding-bottom: 0;
background: #f1f1f1;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border:solid 1px #CCCCCC; background:url(../design/field_bg.jpg) repeat-x top #f1f1f1;

}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Verdana;
letter-spacing: 2px;
line-height: 1.1em;
color: #0066CC;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
border:solid 1px #ffffff;

}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.thmb a{ border:solid 1px #CCCCCC; font-family:Sylfaen; font-size:10px; color:#186AAC; text-decoration:none; display:block; padding:1px;}
.thmb a:hover{border:solid 1px #CCCCCC; background:#CCCCCCC;}

