/* gallery */
h2, small {
  position:relative; /* fixes IE peeka-boo bug */
}
.gallery {
  width:610px;
  margin:0 auto 2em auto;
}
.gallery img {
  border-bottom:1px solid #999;
  padding-bottom:1.6em;
}
.gallery div {
  margin-top:-1.6em;
  font-size:.75em;
}

