.list_carousel {
	margin: 0 0 0px 0px;
	width: 30s0px;
	padding-left:4px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 99px;
}
.list_carousel li {
	font-size: 15px;
	color: #000000;
	text-align: center;
	height: 97px;
	padding: 0;
	display: block;
	float: left;
	margin-left:7px; 
	margin-right:7px;
	font-weight:bold;
	border:1px solid #515151;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
}
.next {
	float: right;
	margin-right: 5px;
}