.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: 7px !important;
  border: 1px solid #ddd;

}
.crp_related li:hover {
  background: #eee;
  border-color: #bbb;
}
.crp_related a {
  width: 220px;
  height: 260px;
  text-decoration: none;
}
.crp_related a:hover {
  text-decoration: none;
}
.crp_related img {
  max-width: 220px;
  max-width: 220px;
  margin: auto;
}
.crp_related .crp_title {
  position: absolute;
  height: inherit;
  bottom: 0px;
  left: 0px;
  padding: 5px;
  width: 220px;  /* = 150px - (3px * 2) */
  color: #fff;
  font-size: 15px;
line-height: 1.2em;
  background: rgb(0.5, 0.5, 0.5);
  background: rgba(0, 0, 0, 0.5);
}
.crp_related li:hover .crp_title {
  background: rgb(0.2, 0.2, 0.2);
  background: rgba(0, 0, 0, 0.8);
}

.crp_related li {
  vertical-align: bottom;
border:0;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
  border-radius: 1px;
}

.crp_related .crp_thumb {
  vertical-align: bottom;
border:0;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);

}

.crp_clear {
	clear: both;
