
.SliderFeature {
    background: url("Images/tinnoibat.png") no-repeat scroll left top #f8f8f8;
    border: 1px solid #DDDDDD;
    margin: 0 0 10px;
    padding-top: 100px;
    border-radius: 15px;
    background-size: 95%;
    background-position: top 0px left 10px;
    padding-bottom: 5px;
}
.SliderFeature .RightCol {
    max-width: 270px;
    vertical-align: top;
    width: 270px;
}
.SliderFeature .LeftCol {
    text-align: center;
    vertical-align: middle;
    padding: 0 5px;
}
.SliderFeature .LeftPanel {
    overflow: hidden;
    position: relative;
        border-radius: 5px;
}
.SliderFeature .LeftCol .LeftPanel img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    object-fit: cover;

}
.SliderFeature .LeftCol .text {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    font: bold 10pt Arial;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
    line-height: 1.4
}
.SliderFeature .LeftCol .text div {
    display: inline-block;
    padding: 10px;
}
.SliderFeature .ArticleList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 270px;
    max-height: 410px;
    overflow: auto;
}
.SliderFeature .ArticleList li:hover a {
    color: #FFFFFF;
}
.SliderFeature .ArticleList li {
    display: inline-block;
    padding: 4px;
    width: 100%;
    padding: 4px 10px;
    box-sizing: border-box;
    padding-left: 5px;
}

.SliderFeature .ArticleList li a{
    line-height: 1.4;
}

.SliderFeature .ArticleList .ArticleItemSelected {
    background: none repeat scroll 0 0 #73B722;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #FFFFFF;
}
.SliderFeature .ArticleList li:hover {
    background: none repeat scroll 0 0 #E70E0E;
}
.SliderFeature .ArticleList li .Image {
    display: inline-block;
    float: left;
    height: 50px;
    margin-right: 6px;
    text-align: left;
    width: 60px;
    object-fit: cover;
}
.SliderFeature .Header {
    display: none;
}
