#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #5cba48;
position:absolute;
top:0;
left:0;
z-index: 999998;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
left:499px;
top:180px;
visibility: hidden;
border: 0;
padding:0px;
z-index: 999999;
color:#000;
font-size:10px;
text-transform:uppercase;
text-align:center;
}
