.list_carousel ul {
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel li {
	display: block;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat
		transparent;
	width: 45px;
	height: 50px;
	display: block;
	z-index: 2;
	position: relative;
	margin-top: -48px;
}

a.prev {
	left: -5px;
	background-position: 0 0;
}

a.prev:hover {
	background-position: 0 -50px;
}

a.prev.disabled {
	background-position: 0 -100px !important;
}

a.next {
	right: -5px;
	background-position: -50px 0;
}

a.next:hover {
	background-position: -50px -50px;
}

a.next.disabled {
	background-position: -50px -100px !important;
}

a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}