.SliderFeature {
        border: 1px solid #ddd;
        border-radius: 5px;
        margin: 0 0 10px;
        padding: 5px;
        position: relative;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 40%;
}
.SliderFeature .LeftCol {
        padding-right: 15px !important;
        text-align: justify;
        vertical-align: top;
        width: 68%;
}
.SliderFeature .LeftPanel {
        height: 480px !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;
        font-size:18px;
        font-weight:bolder;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align:justify;
        width: 100%;
        z-index: 1;
}
.SliderFeature .LeftCol .text div {
        color: #0136bf;
        display: inline-block;
        padding: 6px;
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
        overflow: auto;
        height: 450px;
}
.SliderFeature .ArticleList li:hover a {
        color: #004e99;
        font: 15px arial;
}
.SliderFeature .ArticleList li {
        border-bottom: 1px dotted #ddd;
        display: inline-block;
        padding: 6px 0;
        width: 100%;
        font: 15px arial;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #004e99;
        display: inline-block;
        font-weight: bold;
        font-size: 15px;
}
.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;
}
.SliderFeature .Header .lblHeader {
        display: none;
}
@media only screen and (max-width: 768px){
        .SliderFeature .LeftCol{
                min-width: 100%;
        }
        .SliderFeature .RightCol{
                min-width: 100%;
        }
}
