﻿
.list_carousel {
    margin: 0 0 30px 60px;
    width: 97%;
}
.list_carousel ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.list_carousel li {
    border: 1px solid #0083C9;
    color: #999;
    display: block;
    float: left;
    font-size: 40px;
    height: 47px;
    margin: 2px;
    padding: 0;
    text-align: center;
    width: 8.1%;
}
.list_carousel.responsive {
    margin-left: 0;
    width: auto;
}
.clearfix {
    clear: both;
    float: none;
}
.prev {
    background:url(../images/66.jpg) no-repeat;
    color: #333;
    float: left;
    font-size: 23px;
    height: 80px;
    margin-left: -43px;
    margin-top: -15px;
    width: 29px;
}
.next {
    float: right;
    margin-right:-49px;
	
    background:url(../images/65.jpg) no-repeat;
    color: #333;

    font-size: 23px;
    height: 80px;
 
    margin-top: -15px;
    width: 29px;	
	
	
	
}
.pager {
    display: none !important;
    float: left;
    text-align: center;
    width: 300px;
}
.pager a {
    margin: 0 5px;
    text-decoration: none;
}
.pager a.selected {
    text-decoration: underline;
}
.timer {
    background-color: #999;
    height: 6px;
    width: 0;
}
