.list_carousel {
    margin: 0;
    width: 100%; 
}
.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: #eee;
    border: 5px solid #999;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;*/
    display: block;
    margin: auto 5px;
    width: 270px;
    height: 85px;
    float: left;
    margin-top: 6px;
    margin-bottom: 6px;
}
.list_carousel li a img{
    margin: 0;
    float: left;
    width: 107px;
    height: 72px;
}
.scrolltitle {
    font-family: Verdana, Times, serif;
    color: #333;
    font-size: 12px;
    margin-left: 112px;
    margin-right: 10px;
    line-height: 15px;
}
.scrolldate {
    color: #685738;
    font-size: 10px;
    font-family: Verdana, Geneva, sans-serif;
    margin-left: 112px;
    margin-right: 10px;
    bottom: 0px;
    line-height: 30px;
}
.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}
.list_carousel .clearfix {
    float: none;
    clear: both;
}
.list_carousel .prev {
    float: left;
    margin-left: 10px;
    background:url("../images/arrow-left.png") no-repeat scroll left center transparent;
    display: block;
    height: 85px;
    width: 8px;
    top: -200px;
}
.list_carousel .next {
    float: right;
    margin-right: 10px;
    background:url("../images/arrow-right.png") no-repeat scroll left center transparent;
    display: block;
    height: 85px;
    width: 8px;    
    top: -200px;
}
.list_carousel .pager {
    float: left;
    width: 300px;
    text-align: center;
}
.list_carousel .pager a {
    margin: 0 5px;
    text-decoration: none;
}
.list_carousel .pager a.selected {
    text-decoration: underline;
}