.jcarousel-skin-innov.jcarousel-container-horizontal {
width:100%;
}


.jcarousel-clip {
width: 586px;
float:left
}
.jcarousel-list-horizontal {
        width: 1000px;
}



.jcarousel-item {
height: 100%;
}

.jcarousel-prev {
	margin-top: 30px;
	float: left;
    width: 26px;
    height: 25px;
    cursor: pointer;
    background: url(prev.jpg) no-repeat;
}

.jcarousel-next {
	margin-top: 30px;
	float:right;
    width: 26px;
    height: 25px;
    cursor: pointer;
    background: url(next.jpg) no-repeat;
}

