#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 0 1px 1px 0;
padding-bottom: 0;
background-color: #e1ecb1;
visibility: hidden;
z-index: 15;
cursor: hand;
cursor: pointer;
border: 1px solid #000000;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	color:#000000;
	font-family: Tahoma, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin:3px 15px;
	padding:0;
	text-align:right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color:#B2E2FE;
	border:1px solid #000000;
	margin:13px 13px 0 13px;
	padding: 13px 13px 0 13px;
}
#thumbBox #thumbImage img{
	border:1px solid #000000;
}


#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #00b7f3;
padding: 5px;
z-index: 5;
}
