
.SliderNew {
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
}
.SliderNew .RightCol {
    vertical-align: top;
    width: 45%;
}
.SliderNew .RightCol .tabs .tab {
    padding: 5px 10px;
    font-size: 15px;
    border-bottom: 0;
}
.SliderNew .RightCol .tab-content {
    border-top: 1px solid #ccc;
    border-radius: 0 5px 5px 5px;
}
.SliderNew .LeftCol {
    padding-right: 20px;
    text-align: justify;
    vertical-align: top;
    width: 58%;
}
.SliderNew .LeftPanel {
    height:400px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.SliderNew .LeftCol .LeftPanel img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.SliderNew .LeftCol .text {
    background-color: #fff;
    bottom: 0;
    color: Black;
    font: bold 14px Arial;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
}
.SliderNew .LeftCol .text div {
    color: #444;
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
}
.SliderNew .ArticleList li a {
    font-size: 15px;
    color: black;
}
.SliderNew .ArticleList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.SliderNew .ArticleList li:hover a {
    color: #8B041D;
}
.SliderNew .ArticleList li {
    border-bottom: 1px dotted #ddd;
    display: inline-block;
    padding: 6px 0;
    width: 100%;
}
.SliderNew .ArticleList .ArticleItemSelected {
}
.SliderNew .ArticleList .ArticleItemSelected a {
    color: #8B041D;
    display: inline-block;
    font-size: 15px;
}
.SliderNew .ArticleList li:hover {
}
.SliderNew .ArticleList li .Image {
    display: none;
    float: left;
    height: 86px;
    margin-right: 10px;
    text-align: left;
    width: 120px;
}
.SliderNew .Header {
    display: none;
}
.SliderNew .Header .lblHeader {
    display: none;
}
