@charset "iso-8859-1";
/* CSS Document */
#thumbBox{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 6px;
	padding-bottom: 0px;
	background: #E2D3BA;
	visibility: hidden;
	z-index: 5;
	cursor: pointer;
	cursor: pointer;
	border: 4;
	border-top-color: #5ca770;
	border-top-style: ridge;
	border-top-width: medium;
	border-right-color: #5ca770;
	border-right-style: ridge;
	border-right-width: medium;
	border-bottom-color: #5ca770;
	border-bottom-style: ridge;
	border-bottom-width: medium;
	border-left-color: #5ca770;
	border-left-style: ridge;
	border-left-width: medium;
	background-color: #E2D3BA;
	color: #000000;
	text-align: center;
	font-family: Georgia;
}

#thumbBox .footerbar{
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
	
	
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
	color: #030303;
}

