body {
  font-family: arial;
}
.clear {
  clear: both;
}
#gallery {
  height: 275px;
  position: relative;
  padding-top: 0px;
  padding-left: 4px;
}
#gallery a {
  float: left;
  position: absolute;
}
#gallery a img {
  border:  none;
}
#gallery a.show {
  z-index: 500;
}
#gallery .caption {
  position: absolute;
  width: 100%;
  z-index: 600;
  bottom: 0;
  background-color: #000000;
  height: 70px;
  color: #ffffff;
}
#gallery .caption .content {
  margin: 5px;
}
#gallery .caption .content h3 {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
