#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: white;
border: 1px dashed #067ad4;
visibility: hidden;
z-index: 10;
cursor: pointer;

font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: 700;
font-size: 12px;
color: #406ca9;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbImageContent{
border:1px solid #067ad4;
margin-bottom:5px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: 700;
font-size: 12px;
color: #406ca9;

position: absolute;
visibility: hidden;
border: 1px dashed #067ad4;
background-color: white;
padding-top:10px;
padding-bottom:10px;
padding-left:30px;
padding-right:30px;
z-index: 5;
}
