#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 4px;
padding-bottom: 0;
background:#DEDEDE;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border:solid 1px #333333;

}

#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:#FFFFFF;
border:solid 1px #333333;

}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #333333;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.thmb a{ border:solid 1px #333333; font-family:Sylfaen; font-size:10px; color:#333333; text-decoration:none; display:block; padding:1px; background:#333333;}
.thmb a:hover{border:solid 1px #333333; background:#FFFFFF;}
