.list_carousel {
	margin: 0 0 20px 20px;
	padding:0;
	width:645px;
	position:relative;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	margin: 0 5px; padding: 0; list-style: none;
	width: 205px;
	height: 130px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}

a.prev, a.next {
	background: url(arrows.gif) no-repeat transparent;
	width: 14px;
	height: 23px;
	display: block;
	position: absolute;
	top: 60px;
}
a.prev {			left: -20px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -23px; }
a.prev.disabled {	background-position: 0 -46px !important;  }
a.next {			right: -20px;
					background-position: -14px 0; }
a.next:hover {		background-position: -14px -23px; }
a.next.disabled {	background-position: -14px -46px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}
a.prev span, a.next span {
	display: none;
}