#thumbBox{ /*Outermost DIV for thumbnail viewer*/
font:normal 12px "Trebuchet MS";
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 15px;
/*padding-bottom:15px;*/
background:#FFFFFF;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border-top:#E8E8E8 1px solid;
border-left:#E8E8E8 1px solid;
border-bottom:#CCCCCC 1px solid;
border-right:#CCCCCC 1px solid;
text-align:left;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font:normal 12px "Trebuchet MS";
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
display:none;
visibility:hidden;
white-space:nowrap;
}

#thumbBox p.titles { /*Outermost DIV for thumbnail viewer*/
font:italic bold 14px "Trebuchet MS" ;
padding-top:10px;
margin-top:5px;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
margin-bottom:15px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
/*
font:normal 12px "Trebuchet MS";
position: absolute;
float:right;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 99;
*/
}

#thumbLoadingStatus{ /*DIV for showing "loading" status while thumbbox is being generated*/
padding:0;
margin:0;
font:italic bold 14px "Trebuchet MS" ;
/* margin-top:15px;*/
margin-bottom:0px;
padding-bottom:0px;
clear:left;
width:auto;
height:16px;
white-space:nowrap;
}

* html #thumbLoadingStatus{ /*DIV for showing "loading" status while thumbbox is being generated*/
padding:0;
margin:0;
font:italic bold 14px "Trebuchet MS" ;
/* margin-top:15px; */
margin-bottom:0px;
padding-bottom:0px;
float:left;
clear:both;
width:auto;
height:16px;
white-space:nowrap;
}


.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=2); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.02; /*firefox 1.5 opacity*/
-moz-opacity:0.02; /*mozilla opacity*/
-khtml-opacity:0.02; /*opacity*/
}

