#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
margin-left:60px;
margin-top: -15px;
background: #dcdcdc;
visibility: hidden;
z-index: 1000;
cursor: hand;
cursor: pointer;
overflow:auto;
a:link img {filter:none;} a:visited img {filter:none;} a:hover img {filter:alpha(opacity=90);
}
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);text-decoration: none;*/
   	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 7px 7px 7px #BBBBBB;
	-webkit-box-shadow: 7px 7px 7px #BBBBBB;
	box-shadow:5px 5px 5px #BBBBBB;
}

#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 */
padding-top:5px;
font: bold 12px Tahoma;
text-align:center;
background-color: #4D4D4D;
color: #cccc99;
-moz-border-radius: 10px;
border-radius: 10px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #dcdcdc;
padding: 5px;
z-index: 5;
}
