#thumbBox {
background:#000 none repeat scroll 0 0;
cursor:pointer;
left:0;
padding:10px 10px 0;
position:absolute;
top:0;
visibility:hidden;
width:auto;
z-index:10;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height: 20px;
color: #fff !important;
padding: 5px 0;
text-align: right;
background-color:#000000 !important;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #000;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #fff !important;
background-color: #000 !important;
padding: 5px;
z-index: 5;
font-family:Arial, Helvetica, sans-serif !important;
color:#FFFFFF !important; 
}