#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 10;
top: 10;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #E0E9EC;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border: 1px solid #C1CACD;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 12px Arial;
	color: #333333;
	padding: 5px 0;
	text-align: right;
}


#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;
border: 1px solid #DEE7EC;
background-color: #C1CACD;
padding: 5px;
z-index: 5;
}
