.list_carousel {
	margin: 20px 0 0 0;
	width: auto;
	position:relative;
}
.caroufredsel_wrapper {
	width:100% !important;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	border: 1px solid #eeeeee;
	width: 230px;
	height: auto;
	padding: 0;
	margin: 4px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev, .next {
	position:absolute;
}
.prev {
	top:-57px;
	right:13px;
}
.next {
	top:-57px;
	right:0px;
}
.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;
}

@media all and (max-width: 1024px) {
.list_carousel li { width: 223px; }
}

@media all and (max-width: 980px) {
.list_carousel li { width: 213px; }
}

@media all and (max-width: 800px) {
.list_carousel li { width: 230px; }
}

@media all and (max-width: 768px) {
.list_carousel li { width: 220px; }
}

@media all and (max-width: 640px) {
.list_carousel li { width: 179px; }
}

@media all and (max-width: 600px) {
.list_carousel li { width: 167px; }
}

@media all and (max-width: 480px) {
.list_carousel li { width: 198px; }
}

@media all and (max-width: 414px) {
.list_carousel li { width: 167px; }
}

@media all and (max-width: 375px) {
.list_carousel li { width: 149px; }
}

@media all and (max-width: 360px) {
.list_carousel li { width: 141px; }
}

@media all and (max-width: 320px) {
.list_carousel li { width: 122px; }
}