#jcarousellite_holder_wrapper{
position: relative;
width:1000px;
margin:0 auto;
}

#jcarousellite_holder{
width:1000px;
margin:0px auto;
overflow:hidden;

}

#jcarousellite_holder li{
width:230px;
margin-right:26px;
min-height:400px;

}

#jcarousellite_holder img{

}

.next{
	position: absolute;
	top: 150px;
	right: -45px;
	width: 22px;
	height: 44px;
	cursor: pointer;
	background: transparent url(../images/button-next.gif) no-repeat 0 0;
}

.next:hover{
background-position:0 -44px ;
}

.prev{
	position: absolute;
	top: 150px;
	left: -45px;
	width: 22px;
	height: 44px;
	cursor: pointer;
	background: transparent url(../images/button-prev.gif) no-repeat 0 0;

}

.prev:hover{
background-position:0 -44px ;
}
