
.SliderFeature {
    /*border: 1px solid #ddd;*/
    border-radius: 3px;
    margin: 0 0 10px 0;
    padding: 5px;
    position: relative;
}
.SliderFeature .RightCol {
    background: #ffffff none repeat scroll 0 0;
    vertical-align: top;
    width: 40%;
}
.SliderFeature .LeftCol {
    padding-right: 15px;
    text-align: justify;
    vertical-align: top;
    width: 60%;
    padding-top: 5px;
}
.SliderFeature .LeftPanel {
    height: 345px!important;
    overflow: hidden;
    position: relative;
    width: 100%;
    top: 0px;
}
.SliderFeature .LeftCol .LeftPanel img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.SliderFeature .LeftCol .text {
    background-color: #2f3c42;
    opacity: 0.8;
    bottom: 0;
    color: #0c0c0c;
    font: bold 13px Arial;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.SliderFeature .LeftCol .text div {
    color: #fff;
    font: bold 13px arial;
    text-align: center;
    line-height: 1.75;
    display: inline-block;
    padding: 6px;
    /*text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;*/
}
.SliderFeature .ArticleList li a {
    line-height: 1.75;
}
.SliderFeature .ArticleList {
    margin: 0;
    padding: 0;
    width: 100%;
    padding-top: 0px;
}
.SliderFeature .ArticleList li:hover a {
     
}
.SliderFeature .ArticleList li {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding: 10px 0px 10px 0px;
    width: 100%;
    list-style: none; 
}
.SliderFeature .ArticleList li:last-child {
    border-bottom: none;
}
.SliderFeature .ArticleList li.ArticleItemSelected {
    background: #eeeeee;
}
.SliderFeature .ArticleList .ArticleItemSelected a { 
    display: inline-block; 
    line-height: 1.75;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
    display: none;
    float: left;
    height: 86px;
    margin-right: 10px;
    text-align: left;
    width: 120px;
}
.SliderFeature .Header {
    display: none;
    height: 24px;
    position:  inline-block;
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0px;
    background: rgba(0, 0, 0, 0) url(Images/skin2.png) no-repeat scroll left top;
    border-radius: 5px 0 0;
    display: none;
    height: 33px;
    padding-left: 50px;
}
.SliderFeature .Header .lblHeader {
    color: #ff3101;
    font: bold 15px/27px tahoma;
    padding: 0 6px;
    text-transform: uppercase;
    white-space: nowrap;
}
