.link {
  margin-top:10px;
  overflow:none;
}

.link .desc {
  padding:5px;
}

.link-wimg .desc {

}

.link-wimg .image {
  float:right;
  border:2px solid #2A2A2A;
  margin:2px 2px 2px 10px;
}

.link-wimg .crop {
  width:300px;
  overflow:hidden;
}

.link-wimg .image a,
.link-wimg .image a img {
  float:left;
}

.link-wimg .image a img {
  border:1px solid #161616;
}

.link-wimg .image a:hover img {
  border:1px solid #DF78B0;
}

.link .desc h3 {
  margin:0 0 10px 0;
  padding:0;
  font-size:140%;
}

.link .desc h3 a {
  text-decoration:none;
  color:#fff;
  font-weight:bold;
}

.link .desc h3 a:hover {
  color:#DF78B0;
}

.link .buttons {
  margin-top:10px;
  height:23px;
  padding:0;
}

.link .buttons a {
  background:#989898;
  display:block;
  float:left;
  height:23px;
  margin:0 2px 0 0;
}

.link .buttons a:hover {
  background:#DF78B0;
}

.seperator {
  clear:both;
  height:10px;
  border-bottom:1px solid #292929;
  margin:0;
}

