
.jcarousel-clip{
	width: 910px;
	position: relative;
	overflow: hidden;
}

.jcarousel-clip li{
	width: 910px;
	float: left;
}

.jcarousel-clip li img{
	width: 910px;
}
#wrap{
	width: 630px;
	position: relative;
}

#prev, #forw{
	padding: 30px 0;
	background: #000;
	text-align: center;
	width: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	font-family: arial, sans-serif;
	display: block;
}
#prev{
	position: absolute;
	z-index: 10;
	top: 42%;
}

#forw{
	position: absolute;
	z-index: 10;
	right: 0;
	top: 42%;
}