
.SliderFeature {
    #box-shadow: 0 0 4px #555555;
    /* margin: 15px 0 0 0; */
}
.SliderFeature .RightCol {
    background: none repeat scroll 0 0 #ffffff;
    #max-width: 270px;
    vertical-align: top;
    #width: 270px;
        border: 1px solid #ddd;
}
.SliderFeature .LeftCol {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
  	height:260px;
    border: 1px solid #ddd;
}
.SliderFeature .LeftPanel {
    overflow: hidden;
    position: relative;
    height:356px !important;
    width:530px!important;
}
.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: #337ab7;*/
    color: #ff0000;
    font: bold 10pt Arial;
    left: 0;
    margin-bottom: 0;
    opacity: 0.7;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
  border-top:1px solid #eee;
}
.SliderFeature .LeftCol .text div {
    #display: NONE;
    padding: 6px;
}
.SliderFeature .ArticleList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    #width: 270px;
    /*overflow-y: scroll;*/
    height :365px;
}
.SliderFeature .ArticleList li:hover a {
    /*color: #337ab7;*/
    color: #ff0000;
         font: bold 10pt Arial;
       }
.SliderFeature .ArticleList li a {
   color: #004d98;
}
.SliderFeature .ArticleList li a:hover {
    text-decoration: none !important;
}
.SliderFeature .ArticleList li {
    display: inline-block;
    padding: 7px 10px;
    width: 100%;
    border: 1px solid #ddd;
}
.SliderFeature .ArticleList .ArticleItemSelected {
    background: none repeat scroll 0 0 #e1edf3;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    /*color: #337ab7;*/
        color: #ff0000;
         font: bold 10pt Arial;
}
.SliderFeature .ArticleList li:hover {
    background: none repeat scroll 0 0 #e1edf3;
}
.SliderFeature .ArticleList li .Image {
    display: inline-block;
    float: left;
    height: 75px;
    margin-right: 4px;
    text-align: left;
    width: 100px;
}
.SliderFeature .Header {
    display: none;
}
@media only screen and (max-width: 768px){
.SliderFeature {
    padding: 0px !important;
}
.SliderFeature table {
   	width: 100%;
    table-layout: fixed;
 } 
td .SliderFeature .LeftPanel{
	height: 260px !important;
    width: 100% !important;
 }
}

