
.SliderFeature {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 0 8px;
    padding: 5px;
    position: relative;
  box-shadow: 0 1px 4px 0 rgba(102,98,98,0.4);
}
.SliderFeature .RightCol {
    background: #ffffff none repeat scroll 0 0;
    vertical-align: top;
    width: 45%;
}
.SliderFeature .LeftCol {
    padding-right: 15px !important;
    text-align: justify;
    vertical-align: top;
    width: 65%;
}
.SliderFeature .LeftPanel {
    height: 305px !important;
    overflow: hidden;
    position: relative;
    width: 100% !important;
}
.SliderFeature .LeftCol .LeftPanel img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.SliderFeature .LeftCol .text {
    background-color: #fff;
    bottom: 0;
    color: Black;
    font: bold 13px Arial;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
}
.SliderFeature .LeftCol .text div {
    color: #444;
    display: inline-block;
    padding: 6px;
}
.SliderFeature .ArticleList li a {
}
.SliderFeature .ArticleList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.SliderFeature .ArticleList li:hover a {
    color: #620101;
}
.SliderFeature .ArticleList li {
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    width: 100%;
    padding: 3px 0;
    font: 13px arial;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #620101;
    display: inline-block;
    font: 13px arial;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
    float: left;
    height: 55px;
    margin-right: 10px;
    text-align: left;
    width: 80px;
}
.SliderFeature .Header {
    display: none;
}
.SliderFeature .Header .lblHeader {
    display: none;
}
@media only screen and (max-width: 768px){
 .SliderFeature .LeftCol .text {
     display: unset !important;
      padding: 5px;
 }
.SliderFeature .LeftCol {
    margin-bottom: 10px;
}
} 