  
.list_carousel {
	--background-color: #fff;
	--width: 1010px;
	margin-left: -23px;
	width: 1058px;
}
.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;
				
	width: 272px;
	height: 310px;
	padding: 0px 19px 0px 19px;
	margin: 0px 22px 0px 11px;
	display: block;
	float: left;
	position: relative;
}
			
.list_carousel li article{
	border-bottom: 1px solid #fff;
	height: 47px;
}
			
.list_carousel li article h3{
	margin: 14px 0 0 0px;
	float: left;
	color: #fff;
}
			
.list_carousel li article p{
	color: #FFFFFF;
	float: right;
	font-size: 12px;
	line-height: 14px;
	margin: 11px 0 0;
	text-align: right;
	width: 160px;
}
			
.list_carousel li div{
	bottom: 12px;
	color: #FFFFFF;
	font-family: PaMac;
	font-size: 30px;
	position: absolute;
	right: 16px;
	text-align: right;
}
			
.list_carousel li div span{
	font-size: 19px;
}
			
.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 {
	margin: 20px 0px 0px 0px;
	float: left;
	width: 100%;
	text-align: center;
	color: transparent;
				
				
}
.pager a {
	display: inline-block;
	background: #000;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	background: url(../images/CircleBlank.png) no-repeat center center transparent;
	color: transparent !important;
	line-height: 0;
	font-size: 0;
				
}
.pager a.selected {
	background: url(../images/CircleSelected.png) no-repeat center center transparent;
	color: transparent;
	line-height: 0;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
	transition: 0.2s;
   
}
			
			
			