.jcarousel-container {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	height: 160px;
	top: 20px;
	left: 50px;
	width: 800px;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
}
.jcarousel-list {
	z-index: 1;
	height: 164px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	width: 250px;
	height: 164px;
	cursor: pointer;
	margin: 0px 8px 0px 8px; 
}
.jcarousel-item img {
	border: 2px solid #FAE6B4;
}
.jcarousel-prev {
	z-index: 400;
	display: none;
	width: 43px;
	height:43px;
	background: url(http://www.grandconnectinc.com/images/leftArrow.png) no-repeat;
	position: absolute;
	top: 56px;
	left: -43px;
	cursor: pointer;
}
.jcarousel-next {
	z-index: 400;
	display: none;
	width: 43px;
	height:43px;
	background: url(http://www.grandconnectinc.com/images/rightArrow.png) no-repeat;
	position: absolute;
	top: 56px;
	cursor: pointer;
	right: -43px;
}
