#gallery {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

#photos li {
  -moz-border-radius: 5px;
  background: #f0f0f0;
  border: solid #cccccc;
  border-width: 0 1px 1px 0;
  display: inline;
  text-align: center;
  float: left;
  margin: 5px;
  padding: 5px 5px 2px 5px;
  position: relative;
  width: 150px;
}

#photos li img {
  border: 1px solid #eeeeee;
}

#photos a span {
  position: absolute;
  left: -9999px;
}

#photos a:hover span {
  -moz-opacity:.8;
  opacity:.80;
  filter: alpha(opacity=100);
  background: #f0f0f0;
  color: #999999;
  text-decoration: none;
  font-size: 80%;
  font-weight: bold;
  top: 5px;
  left: 5px;
  padding: 5px 0 5px 0;
  width: 150px;
}
