#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding-bottom: 0;
background: #F6F6F6;
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(close.gif) no-repeat right;
}


#thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #F6F6F6;
padding:0 5px 5px 5px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
width:30px;
height:20px;
border: 1px solid #EFEFEF;
padding: 10px;
z-index: 5;
background:url(loading.gif) no-repeat center center;
background-color: #F6F6F6;
}
