
.crp_related h3 {
  margin: 0 !important;
}
.crp_related ul {
  list-style: none;
  float: left;
  margin: 0 !important;
}
.crp_related li, .crp_related a {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.crp_related li {
  margin: 5px !important;
  border: 1px solid #ddd;
  padding: 6px;
}
.crp_related li:hover {
  background: #eee;
  border-color: #bbb;
}
.crp_related a {
  width: 150px;
  height: 150px;
  text-decoration: none;
}
.crp_related a:hover {
  text-decoration: none;
}
.crp_related img {
  max-width: 150px;
  margin: auto;
}

