.b-video_big {
  width:980px;
  background: #fff; 
  border-radius: 5px; 
  -moz-border-radius:5px; 
  -webkit-border-radius: 5px;
}
.b-video_big .b-pop_video {
  float:right !important;
}
.b-video_big h2 {
  font-size:16px;
  font-weight:bold;
  line-height:18px;
} 
/*b-video_prev_big*/
.b-video_prev_big {
  width:632px;
  float:left;
  padding:9px;
  background: #fff;
  border-radius: 5px; 
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  overflow:hidden;
}

.b-video_prev_big_box_img {
  display:block;
  width:378px;
  height:198px;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  border:1px #dddddd solid;
  float:left;
  position:relative;
}
.b-video_prev_big_box_text {
  float:left;
  width:225px;
  margin-left:20px;
  height:200px;
  overflow:hidden;
}
.b-video_prev_big_box_text h3 {
  font-weight:bold; 
  margin-bottom:6px;
  line-height:23px;
}
.b-video_prev_big_box_text_opis {
  font-size:16px;
  line-height:20px;
  margin-bottom:7px;
}
/*end b-video_prev_big*/