#theimage {
  padding-top: 20px;
  padding-bottom: 20px;
}

#theimage img {
  border: 1px solid #ccc;
}

#moreimages {
  position: relative;
  height: 130px;
}

#previmage, #nextimage {
  text-transform: lowercase;
  font-size: 0.8em;
  color: #ccc;
  background-color: #000;
  position: absolute;
  width: 50%; 
}

#previmage a img, #nextimage a img {
  border: 1px solid #888;
}

#previmage {
  text-align: left;
  margin-left: 0;
  left: 0;
}

#nextimage {
  text-align: right;
  margin-right: 0;
  right: 0;
}
