  
.list_carousel {
	width:100%;
	
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {			
	width: 100%;
	height: 500px;
	margin: 0px 0px 0px 0px;
	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:0px;
}
.next {
	float: right;
	margin-right: 0px;

}
.pager {
	margin: 0px 0px 20px 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/icons.png) no-repeat -39px -115px;
	color: transparent !important;
	line-height: 0;
	font-size: 0;
				
}
.pager a.selected {
	background: url(../images/icons.png) no-repeat -13px -115px;
	color: transparent;
	line-height: 0;
}

.pager2 {
	margin: 0px 0px 20px 0px;
	--float: left;
	width: 100%;
	text-align: center;
	color: transparent;
				
				
}

.pager2 a {
	display: inline-block;
	background: #000;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	background: url(../images/icons.png) no-repeat -39px -115px;
	color: transparent !important;
	line-height: 0;
	font-size: 0;
				
}



.pager2 a.selected {
	background: url("../images/icons.png") no-repeat scroll -13px -144px transparent;
	color: transparent;
	line-height: 0;
}

.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
	transition: 0.1s;
   
}
			
			
@media only screen and (max-width: 1100px) {
	.list_carousel li {			
	width: 100%;
	height: 0;
	padding-bottom: 45%;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
	position: relative;
}
}			