.crp_related {
  clear: both;
}
.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;
  width:162px;
}
.crp_related li:hover {
  background: #eee;
  border-color: #bbb;
}
.crp_related a {
  width: 160px;
  height: 158px;
  text-decoration: none;
}
.crp_related a:hover {
  text-decoration: none;
}
.crp_related img {
  max-width: 150px;
  margin: auto;
}
.crp_related .crp_title {

  height: inherit;
  bottom: 6px;
  left: 6px;
  padding: 3px;
  width: 148px;  /* = 150px - (3px * 2) */
  color: #7f7f7f;
  font-size: .9em;

}
.crp_related li:hover .crp_title {
line-height:16px;

}

.crp_related .crp_thumb, .crp_related li, .crp_related .crp_title {
  vertical-align: bottom;

  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  line-height:16px;
  height:235px;
}

.crp_clear {
	clear: both;
