#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
text-align: center;
margin-top: -15px;
background: #C7B89B;
visibility: hidden;
z-index: 1100;
cursor: hand;
cursor: pointer;
overflow:auto;
font: .85em Arial Unicode MS, sans serif;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);text-decoration: none;

}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: #000;
padding: 5px 0;
text-align: right;text-decoration: none;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #ffffdd;
background-color: #4D4D4D;
color: #fff;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
background-color: #dcdcdc;
padding: 5px;
z-index: 5;
}
.shadow1 {
  border: 0px solid silver;
  padding: 5px;
  font: 10pt arial;
  position: relative;
  display: inline;
  background: #C7B89B;
  z-index: 10;
}