.jcarousel-container-horizontal {
    width:100%;
    padding: 0px;
}
.jcarousel-clip {
    overflow: hidden;
}
.jcarousel-clip-horizontal {
    width:100%;
    height:143px;
}

.jcarousel-item {
    height: 143px;
	padding:0px;
	width:197px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position:absolute;
    top:65px;
    right:-70px;
    width:12px;
    height:21px;
    cursor:pointer;
	background:url(../img/crosul_right_arrow.png) no-repeat left center;
}
.jcarousel-prev-horizontal {
    position:absolute;
    top:65px;
    left:-70px;
    width:12px;
    height:21px;
    cursor: pointer;
	background:url(../img/crosul_left_arrow.png) no-repeat left center;
}