#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #fff;
visibility: hidden;
z-index: 120;
border: 1px solid #555C64;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 12px Trebuchet MS;
color: #555C64;
padding: 5px 0;
text-align: right;
text-transform: lowercase;
cursor: pointer;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
cursor: url(/images_slash/zoomout.cur), auto;
//cursor: url(/images_slash/zoomout.cur), auto;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #CFCFCF;
background-color: #fff;
padding: 5px;
z-index: 50;
}
