
.SliderFeature {
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    margin: 0 0 8px;
    /* padding: 15px 5px 5px; */
    position: relative;
}
.SliderFeature .RightCol {
    background: #ffffff none repeat scroll 0 0;
    vertical-align: top;
    width: 35%;
}
.SliderFeature .LeftCol {
    padding-right: 10px !important;
    text-align: justify;
    vertical-align: top;
    width: 60%;
}
.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: #e66b01;
    font: bold 13px Arial;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
}
.SliderFeature .LeftCol .text div {
    color: #e66b01;
    display: inline-block;
    padding: 6px;
}
.SliderFeature .LeftCol .lnk{
    color: #fff;
}
.SliderFeature .ArticleList li a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
    font-family: Roboto, arial, sans-serif;
}
.SliderFeature .ArticleList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    #width: 270px;
    overflow-y: scroll;
    height: 330px;
    /* padding-top: 10px; */
}
.SliderFeature .ArticleList li:hover a {
   font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
    font-family: Roboto, arial, sans-serif;
}
.SliderFeature .ArticleList li {
    padding: 0px 10px 4px 0px;
   font: 13px arial;
}
.SliderFeature .ArticleList .ArticleItemSelected {

}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #e66b01;
    
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
    display: none;
    float: left;
    height: 86px;
    margin-right: 10px;
    text-align: left;
    width: 120px;
}
.SliderFeature .Header {
    color: #AC0203;
    font: bold 16px arial;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    left: 10px;
    width: 95%;
    display:none;
}
.SliderFeature .Header .lblHeader {
    background: url(images/tnb.png) no-repeat right -15px bottom 4px;
    width: 100%;
    display: inline-block;
  background-size: 85%;
}
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f5f5f5; 
  
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #dae3e8; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #dae3e8; 
}
@media only screen and (max-width: 768px){
.SliderFeature .LeftPanel {
    min-width: unset !important;
}   
}
