.aui-content-box {
    position: relative;
    max-width: 1200px;
    width:100%;
    height: 90px;
    margin: 0 auto;
    background: #fff;
}

.aui-content-item-img {
    width: 98%;
    margin:0 0 0 auto;
}

.aui-content-item-img img {
    width: 100%;
    height: 100%;

}

.aui-content-box-list ul {
    padding:0px 0px;
}

.aui-content-box-list ul li {
    list-style: none;
    float: left;
    text-align: center;
}

.aui-content-box-list ul li a {
    position: relative;
    display: block;
    text-align: center;
    margin: auto;
}

.aui-content-box-ovf {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-left: 0%;
    height:90px;
}

.aui-content-box-list {
    width: 9000px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.prev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -40px;
}

.next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
}

.prev a {
    opacity: 0.6;
    background: #2f3430;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 24px;
    height: 45px;
}

.next a {
    background: #2f3430;
    position: absolute;
    right: 0;
    z-index: 100;
    width: 24px;
    height: 45px;
    opacity: 0.6;
}

.prev img {
    width: 80%;
    display: block;
    border: none;
    position: absolute;
    left: 0;
    top: 12px;
}

.next img {
    width: 80%;
    display: block;
    position: absolute;
    border: none;
    top: 13px;
    right: 0;
}

.prev a:hover {
    opacity: 1;
}

.next a:hover {
    opacity: 1;
}




@media screen and (max-width:700px) {
    .aui-content-box {height:70px;}
    .aui-content-box-ovf{height:70px;}
}