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

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 9px Arial;
line-height: .8em;
color: #c7b599;
padding: 10px;
text-align: center;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
background-color: #e6e6e6;
padding: 5px;
z-index: 5;
color: #333;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}