
.SliderFeature {
    background: #f8f8f8 url("images/tinnoibat.png") no-repeat scroll left top 5px;
    border: 1px solid #dddddd;
    border-radius: 15px;
    margin: 0 0 10px;
    padding-top: 56px;
}
.SliderFeature .RightCol {
    max-width: 270px;
    vertical-align: top;
    width: 270px;
}
.SliderFeature .LeftCol {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}
.SliderFeature .LeftPanel {
    border-radius: 15px 0 0 15px;
    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: outside none none;
    margin: 0;
    padding: 0;
    width: 270px;
}

.SliderFeature .new {
	background: url('../new-gif-3.gif') no-repeat center;
	background-size: 38px 38px;
	font-size: 0;
	width: 30px;
  	float: right;
	display: inline;
	height: 18px;
	
}

.SliderFeature .ArticleList li:hover a {
    color: #0259aa;
}
.SliderFeature .ArticleList li {
    display: inline-block;
    padding: 4px;
    width: 97%;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #0259aa;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
    display: inline-block;
    float: left;
    height: 50px;
    margin-right: 4px;
    text-align: left;
    width: 60px;
}
.SliderFeature .Header {
    display: none;
}
@media only screen and (max-width: 768px){
	.SliderFeature .RightCol{
    	max-width: unset;    
    }
    .SliderFeature .ArticleList{
        width: 100%;
    }
        .SliderFeature .LeftCol {
            padding: 4px;
            text-align: center;
            vertical-align: middle;
            display: inline-block;
            width: 100%;
        }
        .SliderFeature .LeftPanel {
            border-radius: 15px 0 0 15px;
            overflow: hidden;
            position: relative;
            width: 100% !important;
		}
        .SliderFeature .RightCol {
            max-width: unset;
            display: inline-block;
            width: 100%;
        }
}