a.annotation {
  position: absolute;
  border: 2px solid #F0906A;
  padding: 0;
  display: none;
}
a.annotation span {
  display: block;
  /*background: #E0DECD;*/
  background: white;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter:alpha(opacity=30);
}
a.annotation:hover {
  border-color: #F00000;
}
img.annotated {
  border-width: 0;
}

