
.SliderFeature {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 0 8px;
    padding: 35px 5px 5px;
    position: relative;
}
.SliderFeature .RightCol {
    background: #ffffff none repeat scroll 0 0;
    vertical-align: top;
    width: 40%;
}
.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: 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: #000000;
    display: inline-block;
    padding: 6px;
}
.SliderFeature .LeftCol .lnk{
    color: #fff;
}
.SliderFeature .ArticleList li a {
}
.SliderFeature .ArticleList {
    list-style: outside none none;
    margin: 0 0 0 4px;
    padding: 0;
    width: 100%;
    color: #444;
    font: 13px arial;
    height: 300px;
    overflow-y: scroll;
}
.SliderFeature .ArticleList li:hover a {
    color: #AC0203;
}
.SliderFeature .ArticleList li {
    padding: 4px 10px 4px 0px;
   font: 13px arial;
}
.SliderFeature .ArticleList .ArticleItemSelected {

}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #AC0203;
    
}
.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%;
}
.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: 5px;
}
/* Track */
::-webkit-scrollbar-track {
        background: #f5f5f5;
}
/* Handle */
::-webkit-scrollbar-thumb {
        background: #dae3e8;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
        background: #dae3e8;
}