
.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: 400px !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: none;
    margin: 0 0 0 15px;
    padding: 0;
    width: 100%;
    color: #444;
    font: 13px arial;
}
.SliderFeature .ArticleList li:hover a {
    color: #AC0203;
}
.SliderFeature .ArticleList li {
    padding: 0px 15px 15px 0px;
    /* font: 13px arial; */
    display: inline-block;
}
.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 {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    min-height: 35px;
    background: url(images/logo.png) no-repeat scroll left 10px center, url(images/bg-stripes.png);
    border-bottom: 1px solid #bd1f24;
    height: 45px;
}
.SliderFeature .Header .lblHeader {
    color: #333;
    display: inline-block;
    padding: 0 10px 0 35px;
    white-space: nowrap;
    width: 100%;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 600;
    font-size: 15px;
}
