a.annotation {
  position: absolute;
  border: 1px dashed #FFCC00;
  padding: 0;
  display: none;
}
a.annotation span {
  display: block;
  background:#FFFFFF;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter:alpha(opacity=30);
}
a.annotation:hover {
  border-color:#FF9900;
}

img.annotated {
  	border-left:2px solid #CCCCCC;
	border-top:2px solid #CCCCCC;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	padding:1px 1px 1px 1px;
	float:right;
}

