.SliderFeature {
        background: #eee none repeat scroll 0 0;
        border: 10px solid #eee;
}
.SliderFeature .RightCol {
        max-width: 270px;
        vertical-align: top;
        width: 270px;
}
.SliderFeature .RightCol .Header {
        display: none;
        margin: 0;
}
.SliderFeature .LeftCol {
        padding: 4px;
        text-align: center;
        vertical-align: middle;
}
.SliderFeature .LeftPanel {
        overflow: hidden;
        position: relative;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
}
.SliderFeature .LeftCol .text {
        background-color: #0694c7;
        bottom: 0;
        color: #fff;
        font: bold 10pt Arial;
        height: 45px;
        left: 0;
        margin-bottom: 0;
        opacity: 1;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
}
.SliderFeature .LeftCol .text div {
        display: inline-block;
        padding: 6px;
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 270px;
}
.SliderFeature .ArticleList li {
        float: left;
        padding: 4px 4px 4px 5px;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #007DAD;
        font-weight: bold;
}
.SliderFeature .ArticleList .ArticleItemSelected {
        color: #007DAD;
        padding-left: 5px;
        width: 95%;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        display: inline-block;
        float: left;
        height: 50px;
        margin-right: 10px;
        text-align: left;
        width: 70px;
}
.SliderFeature .tablinks{
        display:none;
}
.SliderFeature .tabcontent{
        border:none;
}
.SliderFeature .tab{
        border:none;
}
@media only screen and (max-width: 768px) {
        .ArticleSlider .SliderFeature .LeftCol .LeftPanel{
                width:auto;
                height:290px;
        }
        .ArticleSlider .SliderFeature .bottomAti {
                height: 312px;
                overflow: unset;
                /* width: auto; */
        }
         .ArticleSlider .SliderFeature .LeftCol .LeftPanel .text div{
                margin-top:3px;
                 margin-left:3px;
        }
}
