.rss-slider{
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}
#light-slider h3{
    text-align: center;   
    margin: 0px;
    padding: 0;
    float: left;
    width: 100%;
}
#light-slider h3 > img{
    margin: 0 auto;
    display: inherit;
}

#light-slider ul{
    margin: 0px;
    padding: 0px;
}
#light-slider > li,.lslide ,.lslide > li{
    width: 100%;
    float: left;
    background: #fff;
}
#light-slider .lslide > li{
    padding: 14px 0;
    position: relative;
}
#light-slider .lslide > li:after{
    content: ' ';
    background: url(slider-border.png) no-repeat top;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    left: 0px;
}
#light-slider .lslide > li:last-child:after{
    display: none;
}
#light-slider .light-topic{    
    float: left;
    padding: 0 10px;
}
#light-slider .light-topic > a{
    display: inline-block;
    float: left;
}
#light-slider .light-topic > a:hover{
    color: #000;
    text-decoration: underline;
}
#light-slider li{
    list-style: none;
}
#light-slider .light-text{
    margin-left: 10px;
    font-size: 11px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 0px;

}
#light-slider .light-topic > a{
    font-size: 13px;
    color: #424242;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
.lSAction > span{
    top: 28px !important;
}

#light-slider .light-topic > a > img{    
    float: left;
    margin-right: 10px;
}

#light-slider .article-5row .light-topic{
    float: left;
    height: 77px;
    overflow: hidden;
}
#light-slider .article-4row .light-topic{
    float: left;
    height: 147px;
    overflow: hidden;
}
#light-slider .article-3row .light-topic{
    float: left;
    height: 103px;
    overflow: hidden;
}



