#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0px;
top: 0px;
height:330px;
width: auto;
padding: 3px;
padding-bottom: 0;
background: #83604a;
visibility: hidden;
z-index: 1000;
cursor: pointer;
border: 1px solid #B3947D;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
float:right;
font: normal 10px Arial;
/*letter-spacing: 5px;*/
/*line-height: 1.1em;*/
color: #fff ;
margin: 6px 0px 0px 0px;
border: none;
text-align: center;
width: 23px;
height:21px;
background-image:url(images/close.png);
}

#thumbBox .close
{
	position:relative;
	top: 0px;
	left: 0px;
	width:1px;
	height: 1px;
}

#thumbBox .close_tooltip
{
	position:absolute;
	top: 5px;
	left: 30px;
	display: none;
}

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

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
