.jcarousel-container {
	position: absolute;
	top: 0;
	left: 0;
	margin-left:20px;
	margin-bottom:20px;
	height: 150px;
	top: -20px;
	left: 0px;
	width: 615px;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	margin-left:22px;
	top: 0px;
	left: 0px;
	width: 520px;
}
.jcarousel-list {
	z-index: 1;
	height: 80px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	width: 91px;
	height: 76px;
	cursor: pointer;
	margin: 0px 4px 0px 4px; 
	border-style:solid;
	border-width:3px;
	border-color:#FFFFFF;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
	width: 40px;
	height:54px;
	background: url(http://www.kwentllc.com/images/products_back_button.png) no-repeat;
	position: absolute;
	top: 25px;
	left: -25px;
	cursor: pointer;
}
.jcarousel-next {
	z-index: 3;
	display: none;
	width: 40px;
	height:54px;
	background: url(http://www.kwentllc.com/images/products_forward_button.png) no-repeat;
	position: absolute;
	top: 25px;
	cursor: pointer;
	right: 29px;
}

