
.SliderFeature {
    border: 1px solid #dddddd;
    margin: 0 0 10px;
}
.SliderFeature .RightCol {
    background: none repeat scroll 0 0 #ffffff;
    max-width: 270px;
    vertical-align: top;
    width: 270px;
}
.SliderFeature .LeftCol {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}
.SliderFeature .LeftPanel {
    overflow: hidden;
    position: relative;
}
.SliderFeature .LeftCol .LeftPanel img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.SliderFeature .LeftCol .text {
    background-color: #eeeeee;
    bottom: 0;
    color: #000000;
    font: bold 10pt Arial;
    left: 0;
    margin-bottom: 0;
    opacity: 0.7;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
}
.SliderFeature .LeftCol .text div {
    display: inline-block;
    padding: 6px;
}
.SliderFeature .ArticleList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 270px;
}
.SliderFeature .ArticleList li:hover a {
    color: #ffffff;
}
.SliderFeature .ArticleList li {
    display: inline-block;
    padding: 4px;
    width: 97%;
}
.SliderFeature .ArticleList .ArticleItemSelected {
background: rgba(253,59,59,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(253,59,59,1)), color-stop(100%, rgba(189,5,5,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: radial-gradient(ellipse at center, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd3b3b', endColorstr='#bd0505', GradientType=1 );
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #ffffff;
}
.SliderFeature .ArticleList li:hover {
background: rgba(253,59,59,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(253,59,59,1)), color-stop(100%, rgba(189,5,5,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: radial-gradient(ellipse at center, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd3b3b', endColorstr='#bd0505', GradientType=1 );
}
.SliderFeature .ArticleList li .Image {
    display: inline-block;
    float: left;
    height: 50px;
    margin-right: 4px;
    text-align: left;
    width: 60px;
}
.SliderFeature .Header {
    display: none;
}
