.gallery-icon a img {
  position:relative;
  top:4px;
}
dl.galleryindex_item {
  margin-bottom:4px;
  padding:0 0 0 4px;
  background:#B9B389;
  border:1px solid #b9b389;
}
a.galleryindex_link {
  position:relative;
  top:-20px;
  font-size:1.3em;
}
dl.galleryindex_item:hover {
  margin-bottom:4px;
  padding:0 0 0 4px;
  background:rgb(185,178,129);
  border:1px solid rgb(185,178,120);
  cursor:pointer;
}
