#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 1px;
background: #EAEBEF;
border:1px solid #959595;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#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*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
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;
}