a.annotation {
  position: absolute;
  border: 1px dotted black;
  padding: 0;
  display: none;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
}

a.annotation span {
  display: block;
  background: white;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

a.annotation:hover {
  border-color: #ffc001;
}

img.annotated {
  border-width: 0;
}