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

.widget.slider.forth .prev-slide{
    background: url(arrows.png) 0 0 no-repeat;
    width: 38px;
    height: 56px;
    margin-top:58px;
}

.widget.slider.forth .next-slide{
    background: url(arrows.png) -38px 0 no-repeat;
    width: 38px;
    height: 56px;
    margin-top:58px;
}

.widget.slider.forth .slides-wrapper{
    margin: 0 60px;
}

.widget.slider.forth .slide{
    border-radius: 7px;
    overflow: hidden;
    height: 140px;
    padding: 18px;
}

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

.widget.slider.forth .slide .left-part img{
    max-width: 150px;
    max-height: 140px;
    border-radius: 100px;
}

.widget.slider.forth .slide .right-part{
    font-family: Verdana, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color : #747474;
}

.widget.slider.forth .slide .left-part .bg{
    width: 150px;
    height: 140px;
    border-radius: 100px;
}

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