.list_carousel {
	width: 1050px;
}
.list_carousel ul {
	padding: 0;
	list-style: none;
	display: block;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	border: 5px solid #FFFFFF;
	width: 150px;
	height: 110px;
	padding: 0;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.list_carousel li img {
	height:100%;
	width:100%;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
.pager {
	float: left;
	width: 300px;
	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;
}
