#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position:absolute;
top:0px;
left:0px;
width: auto;
padding:10px 10px 0px 10px;
background:#ffffff;
border: 3px solid #a0a0a0;
visibility:hidden;
z-index:10;
cursor:hand;
cursor:pointer;
-moz-border-radius:10px; / Firefox / 
-webkit-border-radius:10px; / Safari and chrome / 
-khtml-border-radius:10px; / Linux browsers / 
border-radius:5px; / Future Compatibility /
behavior:url(border-radius.htc); border-radius:10px; / IE /}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: italic bold 16pt arial, 'sans itc';
line-height:1.1em;
background-color:#ffffff;
color:#000000;
padding:5px 0;
text-align:right;}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #ffffff;
color: #000000;
text-align:center;font:bold 12pt arial; }

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position:absolute;
visibility:hidden;
border:2px solid #a0a0a0;
background-color:#ffffff;
padding:5px;
z-index:5;
-moz-border-radius:5px; / Firefox / 
-webkit-border-radius:5px; / Safari and chrome / 
-khtml-border-radius:5px; / Linux browsers / 
border-radius:5px; / Future Compatibility /
behavior:url(border-radius.htc); border-radius:5px; / IE /}