.list_carousel {
	width: 930px;
	position: absolute;
	float:left;
	padding: 0;
}
.list_carousel ul {

	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 930px;
	float: left;
}
.list_carousel li {
	float: left;
	text-align: center;
	width: 217px;
	display: block;
	float: left;
	margin-right: 15px;
}
.list_carousel li .last{
	float: left;
	text-align: center;
	width: 217px;
	display: block;
	float: left;
	padding: 0;
	margin-right: 8px;
	margin-left: 0px;
}
.list_carousel li .last{
	margin-right: 0px;
}
.list_carousel li img{
	margin-bottom:5px;
	}
#prev1, #prev2 {
	float: left;
	position: absolute;
	top: 42px;
	left:0px;
}
#next1, #next2 {
	float: right;
	position: absolute;
	right: 0px;
	top: 42px;
}
.clearfix {
	float: none;
	clear: both;
}
.list_carousel span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006E9F;
	text-align: center;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;

}
