.list_carousel {
    width: 100%;
    margin: 0 auto;
  /*  height: 650px; */
}

.list_carousel ul {
    padding: 0;
    list-style: none;
}

.list_carousel li {
    color: #999;
    text-align: center;
   /* background-color: #F5FAFE;
    border: 1px solid #E2E3E4;*/

    width: 970px/*146px*/;
    margin: 10px 10px 10px 10px;
    display: block;
    float: left;
}

.list_carousel li:hover {
    /*background-color: #E9F4FC;*/
     border: 0px;
}
.list_carousel h2{
    text-align: center;
}


.prev {
    float: left;
    margin-left: 10px;
}

.next {
    float: right;
    margin-right: 10px;
}

.pager {
    width: 100%;
    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;
}

