#inner {
margin-left:20px;
border: 1px solid white;
width:743px;
height: 92px;
overflow: hidden;
}

.but_slider {padding-right:40px;}

.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;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 70px;
    height: 70px;
    overflow:hidden;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
    background: white;
    border: 1px solid black;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 661px;
    padding: 10px 40px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  640px;
    height: 70px;
    margin:0 10px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 70px;
    height: 70px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 33px;
    right: 20px;
    width: 13px;
    height: 25px;
    cursor: pointer;
    background: transparent url(/images/default/next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 33px;
    left: 20px;
    width: 13px;
    height: 25px;
    cursor: pointer;
    background: transparent url(/images/default/prev.png) no-repeat 0 0;
}
