.jcarousel-container {
	position: relative;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	float: left;
	list-style: none;
}

.jcarousel-next {
	z-index: 3;
	display: none;
}

.jcarousel-prev {
	z-index: 3;
	display: none;
}



#partners .jcarousel-container {
	background: #fff url(../images/lay/jcarousel/partners_bg.jpg) no-repeat;

	width: 237px;
	height: 69px;
	float: left;
	padding: 30px 30px 5px;
}

#partners .jcarousel-clip {
	width: 237px;
	height: 69px;
}

#partners .jcarousel-item {
	width: 237px;
	height: 69px;
	text-align: center;
}

.jcarousel-next,
.jcarousel-prev {
	position: absolute;
	top: 110px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.jcarousel-next {
	right: 7px;
	background: transparent url(../images/lay/jcarousel/btn_red_next.jpg) no-repeat 0 0;
}

.jcarousel-prev {
	left: 7px;
	background: transparent url(../images/lay/jcarousel/btn_red_prev.jpg) no-repeat 0 0;
}



#customers .jcarousel-container {
	
	width: 260px;
	height: 180px;
	padding: 44px 30px 0;
}

#customers .jcarousel-clip {
	width: 260px;
	height: 150px;
}

#customers .jcarousel-item {
	width: 260px;
	height: 150px;
	text-align: center;
	margin:0 auto;
	padding:0;
}
#customers .jcarousel-next {
	right: 7px;
	background: transparent url(../images/lay2/jcarousel/right.png) no-repeat 0 0;
	width: 15px;
	height: 19px;
}

#customers .jcarousel-prev {
	left: 7px;
	background: transparent url(../images/lay2/jcarousel/left.png) no-repeat 0 0;
	width: 15px;
	height: 19px;
}

