#splash {
  overflow: auto;
  margin: -20px auto 30px auto;
  padding-top: 20px;
  list-style: none;
}
#splash li {
  float: left;
  width: 230px;
  padding-bottom: 10px;
  background: #444;
  margin: 0 0 0 55px;
  color: #999;
  list-style: none;
}
#splash li img, #splash li p, #splash li a {
  margin: 0 15px;
}
#splash li:first-child {
  margin: 0;
}
#splash li:hover {
  cursor: pointer;
  background: #555;
  color: #fff;
}
#splash li:hover h4 {
  background: #444;
}
#splash li:hover a {
  color: #fff;
}
#splash li:hover img {
  border-color: #fff;
}
#splash li h4 {
  font-size: 14px;
  line-height: 30px;
  border: 0;
  border-bottom: 1px solid #333;
  font-weight: bold;
  background: #3d3d3d;
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
#splash li img {
  display: block;
  width: 198px;
  border: 1px solid #999;
  height: 75px;
}
#splash li p {
  padding: 5px 0;
}
#splash li a {
  float: right;
  margin-top: 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-weight: bold;
}
#splash li:hover a {
  border-bottom-color: #d64848;
}