/*  b-r_hidden_prev  */
.b-r_hidden_prev {
  overflow:hidden;
  width:302px;
  float:left;
  padding:9px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}
.b-r_hidden_prev_img {
  display:block;
  margin:0 10px 0px 0;
  width:80px;
  height:60px;
  border-radius: 3px;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px;
  float:left;
}
.b-r_hidden_prev_text {
  overflow:hidden;
  float:left;
  width:210px;
  margin-top:-3px;
}
.b-r_hidden_prev_title {
  font-size:14px;
  line-height:19px;
  margin-top:4px;
}
/* end b-r_hidden_prev  */