/*


	DEPRECATED


*/

/*b-photo_prev*/
.b-photo_prev {
  width:632px;
  overflow:hidden;
  float:left;
  padding:6px 9px 9px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.b-bigcol_content .b-photo_prev {
  padding:0px;
}
.b-photo_prev_box {
  width:298x;/*300*/
  height:198px;
  position:relative;
  border:1px #ddd solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow:hidden;
}
.b-photo_prev_box_img {
  display:block;
  width:298px;
  height:198px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.b-photo_prev_box_pdl {
  position:absolute;
  bottom:0px;
  background: #000;
  filter: alpha(opacity=75);
  moz-opacity: 0.75;
  opacity: 0.75;
  z-index:1; 
  -moz-border-radius:0px 0px 2px 2px;
  -webkit-border-radius:0px 0px 2px 2px;
  border-radius:0px 0px 2px 2px;
  display:block;
  height:200px;
  width:298px;
}
.b-photo_prev_box_text {
  position:relative;
  z-index:5;
  bottom:0px; 
  color:#fff; 
  width:282px;
  padding:6px 8px 7px;
  min-height:32px;
  _height:32px;
}
.b-photo_prev_box_pdl_b {
  position:absolute;
  bottom:0px;
}
.b-photo_prev_box_pdl_b_vn {
  overflow:hidden;
  position:relative;
}
.b-photo_prev_box_title {
  font-weight:bold;
  color:#fff;
}
.b-photo_prev_box_title:hover,
.b-photo_prev a.g-h:hover + div a.g-h2,
.b-photo_prev a.c-gray:hover {
  color:#FFD200;
}
.b-photo_prev_box_title,
.b-photo_prev_box_time {
  margin-right:10px;
}
.b-photo_prev .b-listalka {
  margin-top:4px;
}
/*end b-photo_prev*/