
.SliderFeature {
    /* border: 1px solid #ddd; */
    border-radius: 3px;
    margin: 0 0 10px;
    /* padding: 5px; */
    position: relative;
}
.SliderFeature .RightCol {
    background: #ffffff none repeat scroll 0 0;
    vertical-align: top;
    width: 45%;
}
.SliderFeature .LeftCol {
    padding-right: 15px !important;
    text-align: justify;
    vertical-align: top;
    width: 55%;
}
.SliderFeature .LeftPanel {
    /* overflow: hidden; */
    position: relative;
    width: 100% !important;
    margin-top: 10px;
}
.SliderFeature .LeftCol .LeftPanel a{
     font-size: 16px;
    margin-bottom: 0;
    width: 100%;
    font-weight: bold;
    color: #123122;
}
.SliderFeature .LeftCol .LeftPanel img {
    height: 400px;
    /* position: absolute; */
    width: 100%;
    z-index: 0;
    padding-bottom: 10px;
}
.SliderFeature .LeftCol .text {

    margin-top: -10px;
    display: none;
}
.SliderFeature .LeftCol .text div {
    color: #0056b3;
    display: inline-block;
    padding: 6px 0;
}
.SliderFeature .new{
	color: transparent;
	background: url(images/new6.gif) no-repeat center;
}
.SliderFeature .ArticleList li a .new{
    color: #ff0000;
}
.SliderFeature .ArticleList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.SliderFeature .ArticleList li:hover a {
    color: #0056b3;
}
.SliderFeature .ArticleList li {
    border-bottom: 1px dotted #ddd;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    font: 13px arial;
}
.SliderFeature .ArticleList li:last-child {
    border-bottom: none;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #0056b3;
    display: inline-block;
}
.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; */
    background: #d1def8;
    height: 38px;
}
.SliderFeature .Header .lblHeader {
    position: relative;
    padding-left: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 38px;
    display: inline-block;
}
.SliderFeature .Header .lblHeader:before{
    content: "";
    position: absolute;
    height: 38px;
    width: 0;
    top: 0;
    left: 0;
    border-left: 10px solid #2a77e5;
}
@media only screen and (max-width: 768px){
    .SliderFeature .LeftCol .LeftPanel img {
    height: 200px;
}
.SliderFeature .LeftCol {
    min-height: 250px;
}
    div.ArticleSlider {
        margin: 0 auto;
    }
} 