
.list_carousel {
	margin:0 auto;
	width: 880px;
	height:110px;
	overflow:hidden;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	padding: 0;
	margin-left:17px; margin-right:17px;
	display: block;
	float: left;
	height:110px;
}
.list_carousel li img{
	height:110px;
}

.clearfix {
	float: none;
	clear: both;
}
.prev {
    left: 35px;
    margin-top: -84px;
    position: absolute;
}
.prev:hover {
	left:34px;
}
.next {
    left: 924px;
    margin-top: -84px;
    position: absolute;
}
.next:hover {
	left: 925px;
}
.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;
}

.caroufredsel_wrapper{width:827px; margin-left:21px !important; height:110px !important;}