#car_content {
  top: 0;
  left: 0;
  width: 900px;
  height: 131px;
}

.jcarousel-skin-top .jcarousel-item {
    float: left;
    list-style: none;
    width: 802px;
    height: 131px;
    z-index: 90;
}

.jcarousel-skin-top .jcarousel-container-horizontal {
    width: 802px;
    padding: 0 41px;
}


.jcarousel-clip-horizontal {
    width:  802px;
    height: 131px;
}

.jcarousel-skin-top .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 16px;
    width: 25px;
    height: 131px;
    cursor: pointer;
    background: transparent url(img/arr_r.png) no-repeat 0 0;
}

.jcarousel-skin-top .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 16px;
    width: 25px;
    height: 131px;
    cursor: pointer;
    background: transparent url(img/arr_l.png) no-repeat 0 0;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}