
#featured {
	height:250px;
	padding-top:0px;
	position:relative;
}
#featured .shell {
	width:850px;
	padding:0px 0;
	background:#000000;
}
.jcarousel-clip, .slider-carousel {
	width:850px;
	height:250px;
	background:#000;
	margin:0;
	position:relative;
}
.slider-carousel ul {
	list-style:none;
}
.slider-carousel ul li {
	float:left;
	display:inline;
	width:850px;
}
.image {
	float:left;
	display:inline;
	width:850px;
	padding-top:0px;
	padding-left:0px;
}


.jcarousel-prev {
	width:86px;
	height:66px;
	background:url('jcarousel-prev.png') no-repeat 0 0;
	position:absolute;
	top:108px;
	left:-51px;
	cursor:pointer;
}
.jcarousel-next {
	width:83px;
	height:65px;
	background:url('jcarousel-next.png') no-repeat 0 0;
	position:absolute;
	top:108px;
	right:-51px;
	cursor:pointer;
}
