.list_carousel { }
.list_carousel ul { margin: 0; padding: 0; list-style: none; display: block;}
.list_carousel li { font-size: 40px; color: #999; text-align: center; background-color: #FFF; width:212px ; margin-right:0px;  padding: 0; display: block; float: left; height:138px; position:relative;}
.list_carousel li a{ border:1px solid red; display:inline-block;}
.list_carousel li img{border:1px solid #bbb;/* width:212px;*/ position:absolute; top:0px; right:0px; left:0px; bottom:0px; margin:auto;}
.list_carousel.responsive { width: auto; margin:0px auto 0 auto;position:relative; width:100%; }
.clearfix { float: none; clear: both; }
.list_carousel .prev, .responsive .prev { float: left; width:17px; height:18px; font-size:0px; position:absolute; top:55px; left:0px; }
.list_carousel .next,  .responsive .next{ float: right; width:17px; height:18px; font-size:0px; position:absolute; top:55px; right:0px; margin:0px; padding:0px; }
.pager { float: left; width: 300px; text-align: center; }
.pager a { margin: 0 5px; text-decoration: none; }
.pager a.selected { text-decoration: underline; }
.timer { background-color: #999; height: 6px; width: 0px; }
.caroufredsel_wrapper{}


@media all and (max-width:999px){/* Actul Width 768*/


.list_carousel li { font-size: 40px; color: #999; text-align: center; background-color: #FFF; width: inherit ; padding: 0; display: block; float: left;  }

.list_carousel li img{border:1px solid #bbb; width: inherit;}





}


