#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding-bottom: 0;
background: #FFFFFF;
visibility: hidden;
z-index: 10;
cursor: pointer;
border: 3px solid #EFEFEF;
}

.footerbar{ /*Footer DIV of thumbbox that contains "close" link */
padding: 15px 15px 12px 0;
background:url(/images/close.gif) no-repeat right;
}


#thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #FFFFFF;
padding:15px 20px 20px 20px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
width:30px;
height:20px;
border: 1px solid #FFFFFF;
padding: 10px;
z-index: 5;
background:url(/images/loading.gif) no-repeat center center;
background-color: #FFFFFF;
}