
ul.linearnav {
text-align: center;
clear: both;
margin-top: 10px;
}

ul.linearnav li {
	display: inline;
	padding: 5px;
	clear: both;
}
	
.image-note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFF99;
	border-width: 1px 2px 2px 1px;
	border-top-color:#000000;
	border-left-color:#000000;
	border-bottom-color:#666666;
	border-right-color: #666666;
	border-style:solid;
	position: absolute;
	z-index:99;
	width: 10em;
	padding: 0px;
	margin: 0px;
}

div.image-note p{
	padding: 5px;
	margin:0px;
	line-height:1;
	color: #990033;
	font-size: 10px;
	}
.annotatedimage {
	position: relative;
	clear: both;
	}
#main-content div.annotatedimage img{
	margin: 5px;
	padding: 5px;
	border: none;
	}
#main-content img.annotatedimage {
	margin: 5px;
	padding: 5px;
	border: none;
	}
	
.textsmall {
	font-size: 90%;
	}
