#thumbBox{ /*Outermost DIV for thumbnail viewer*/

position: absolute;
left: 0;
top: 0;
width: auto;
padding: 0px;
background: #EAEBEF;
border:2px solid #990000;
visibility: hidden;
z-index:9999;
margin:0 0 0 0;
cursor: hand;
cursor: pointer;
}

#overlay
{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	background: #696969;
	visibility: hidden;
	cursor:hand;
	z-index:9998;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 12px Tahoma;
line-height: 1.1em;
background: #EAEBEF;
color: white;
padding: 5px 0;
text-align: right;
background-image: url(images/close.jpg);
background-repeat: no-repeat;
background-position: 98% .5em;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #EAEBEF;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font-family:tahoma,verdana;
font-size:12px;
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
width:150px;
text-align:center;
z-index: 5;
}
.heading
{
	font:14px arial;
	color:#990000;
	background: #EAEBEF;
	text-align:center;
	padding-bottom:3px;
}

a.urllink:link,a.urllink:active,a.urllink:visited
{
	font:12px verdana;
	color:#000099;
	text-decoration:none;
}

a.urllink:hover
{
	text-decoration:underline;
}

