.list_carousel {
	margin: 0 0 0px 45px;
	width: 1080px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	color: #666;
	text-align: center;
	border: 1px solid #fff;
	width: 136px;
	height: 60px;
	padding: 0;
	margin: 8px;
    margin-left: 0;
	display: block;
	float: left;
    overflow: hidden;
    background: #fff;
}
.list_carousel li img{max-height: 60px; padding-top: 8px;}
.list_carousel li h3{
    font-size: 12px;
    text-align: center;
    color: #262626;
    margin-top: 5px;
}
.clearfix {
	float: none;
	clear: both;
}
#prev1, #prev2 {
	margin-left: 10px;
}
#next1, #next2 {
	float: right;
	margin-right: 10px;
}
#prev1{
    left: -10px;
    position: absolute;
    top: 30px;
}
#next1{
    right: -10px;
    position: absolute;
    top: 30px;
}