#thumbBox { /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
background-color:white;
border:2px solid #c6c6c6;
border-top-color:#ddd;
border-left-color:#ddd;
-webkit-box-shadow:0px 0px 20px #555;
-moz-box-shadow:0px 0px 20px #555;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px verdana;
line-height: 1.1em;
color: #ddd;
padding: 10px 0px;
text-align: right;
}


#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
background-color: white;
border:20px solid white;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
color:white;
font: bold 12px verdana;
padding: 10px 35px;
z-index: 5;
visibility:hidden;
background-image:url(../images/transparent.png);
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}