ul.screenshot-gallery {
  list-style: none;
}
ul.screenshot-gallery li {
  float: left;
  text-align: center;
  padding-bottom: 30px;
  width: 150px;
  height: 200px;
}
ul.screenshot-gallery li.wide {
  width: 225px;
}
ul.screenshot-gallery li span {
  display: block;
  text-align: center;
}
ul.screenshot-gallery img {
  height: 178px;
  width: 100px;
}
ul.screenshot-gallery li.wide img {
  height: 100px;
  width: 178px;
}
ul.screenshot-gallery a img {
  background-color: #EFEFEF;
  border: 1px solid #00F;
  padding: 3px;
}
