.widget.slider.eighth{
    padding: 0 8px;
}

.widget.slider.eighth .prev-slide{
    background: url(arrows.png) 0 0 no-repeat;
    width: 18px;
    height: 33px;
    margin-top:69px;
}

.widget.slider.eighth .next-slide{
    background: url(arrows.png) -18px 0 no-repeat;
    width: 18px;
    height: 33px;
    margin-top:69px;
}

.widget.slider.eighth .slides-wrapper{
    margin: 0 36px;
}

.widget.slider.eighth .slide{
    overflow: hidden;
    height: 140px;
    padding: 17px;
    border: 1px solid #d2d2d2;
}

.widget.slider.eighth .slide .left-part{
    float:left;
    width: 150px;
    margin-right: 15px;
}

.widget.slider.eighth .slide .left-part img{
    max-width: 150px;
    max-height: 140px;
}

.widget.slider.eighth .slide .right-part{
    font-family: "Times New Roman", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color : #26242c;
}

.widget.slider.eighth .slide .left-part .bg{
    width: 150px;
    height: 140px;
}

.widget.slider.eighth .slide .left-part .bg:before{
    top : 58px;
}