#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
/*width: 500px;*/
padding: 6px;
padding-bottom: 6px;
background: #313131;
visibility: hidden;
z-index: 100;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 12px Tahoma;
letter-spacing: 0px;
line-height: 1.1em;
color: white;
padding: 5px;
text-align: left;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #313131;
background: #fff;
color: white;
text-align: center;
}

#thumbBox #thumbImage img {
border: dashed #990000 1px;
padding: 3px;
margin: 3px;
}

#thumbBox #thumbImage span {
font-weight: bold;
padding-top: 5px;
display: block;
color: #fff;
background: #313131;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
