.jcarousel {
    position: relative;
    overflow: hidden;
	width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
	list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-next {
	background: url(../pictures/jcarousel/next.png) no-repeat right top;
    width: 50px;
	height: 90px;
	cursor: pointer;
}
.jcarousel-next:hover{
	background: url(../pictures/jcarousel/next_hover.png) no-repeat top right;
}

.jcarousel-prev{
	background: url(../pictures/jcarousel/prev.png) no-repeat right top;
    width: 50px;
	height: 90px;
    cursor: pointer;
}
.jcarousel-prev:hover{
	background: transparent url(../pictures/jcarousel/prev_hover.png) no-repeat top right;
}