/*bPreview main*/
.bPreview .image{
    float: left;
    position: relative;
    z-index: 1;
}

.bPreview .text{display: block}

.bPreview .image:hover + .text h4 a{
    color: #C42E29;
}

/*bPreview blocks*/
.bPreview .preview_info,
.bPreview .duration_video{
    display: block;
    background: #2B2419;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.8;
    padding: 2px 6px;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*bPreview icons */
.bPreview .ic_play_video{
    display: block;
    width: 31px;
    height: 25px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    background: url(/images/framework/gIcons.png) no-repeat 0 -1215px;
    cursor: pointer;
}

.bPreview .image:hover .ic_play_video,
.bPreview a:hover .ic_play_preview{
    background-position: 0 -1240px;
}

.bPreview .BigVP .ic_play_video{
    width: 40px;
    height: 35px;
    background-position: 0 -1270px;
}

.bPreview.BigVP .image:hover .ic_play_video,
.bPreview .BigVP a:hover .ic_play_video{
    background-position: 0 -1305px;
}

.bPreview .text .text_crop{
    display: block;
    margin: 4px 0 3px 0;
}

/*
.bPreview .text h4, .PhotoPreview .text h4 {
    font-weight:400;
    margin:0;
}
*/