#news-carousel {
	list-style: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#news-carousel,
#news-carousel li {
	width: 210px;
}

#news-carousel li {
	float: left;
}

.jcarousel-clip,
.jcarousel-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
	clear: both;    
}

.jcarousel-list {
    z-index: 1;
}

.jcarousel-container {
	width: 210px;
	position: relative;
}

.jcarousel-prev,
.jcarousel-next {
	float: left;
	width: 32px;
	height: 32px;
	cursor: pointer;
    z-index: 3;	
}

.jcarousel-prev {
	background: transparent url(../images/prev.png) no-repeat left center;
}

.jcarousel-next {
	background: transparent url(../images/next.png) no-repeat left center;
}

.jcarousel-prev:hover,
.jcarousel-next:hover {
	background-position: -32px;
}

.jcarousel-prev-disabled,
.jcarousel-next-disabled,
.jcarousel-prev-disabled:hover,
.jcarousel-next-disabled:hover {
	background-position: -64px;
}