.widget.slider.third{
    padding: 0 8px;
}

.widget.slider.third .prev-slide{
    background: url(../images/arrows.png) 0 0 no-repeat;
    width: 25px;
    height: 50px;
    margin-top:60px;
}

.widget.slider.third .next-slide{
    background: url(../images/arrows.png) -25px 0 no-repeat;
    width: 25px;
    height: 50px;
    margin-top:60px;
}

.widget.slider.third .slides-wrapper{
    margin: 0 50px;
}

.widget.slider.third .slide{
    border: 1px solid #d5dbe0;
    border-radius: 7px;
    overflow: hidden;
    height: 140px;
    padding: 17px;
    background: linear-gradient(#ffffff,#f8fafb);
}

.widget.slider.third .slide .left-part{
    float:left;
    width: 150px;
    margin-right: 15px;
}

.widget.slider.third .slide .left-part img{
    max-width: 150px;
    max-height: 140px;
}

.widget.slider.third .slide .right-part{
    font-family: Verdana, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color : #747474;
}

.widget.slider.third .slide .left-part .bg{
    width: 150px;
    height: 140px;
    border-radius: 10px;
}

.widget.slider.third .slide .left-part .bg:before{
    top : 58px;
}