.image {
    width:500px;
    height:175px;
    margin:6px auto;
    position:relative;
    text-align:center;
}

.image .scrollcontainer {
    width:500px;
    height:175px;
    overflow:hidden;
    position:relative;
    margin:0 auto;
}

.image .scrollcontainer ul {
    width:20000px;
    position:absolute;
    left:0px;
    top:0px;
}

.image .scrollcontainer li {
    float:left;
    width: 150px;
    height: 165px;
    text-align:center;
    margin:0 10px 0 10px;
    padding:10px 0 5px;
    background:url( "../images/quality_slide_bg.png") no-repeat;
}

.image2 {
    width:500px;
    height:180px;
    margin:6px auto;
    position:relative;
    text-align:center;
}

.image2 .scrollcontainer {
    width:500px;
    height:180px;
    overflow:hidden;
    position:relative;
    margin:0 auto;
}

.image2 .scrollcontainer ul {
    width:20000px;
    position:absolute;
    left:0px;
    top:0px;
}

.image2 .scrollcontainer li {
    float:left;
    width: 236px;
    height: 180px;
    text-align:center;
    margin:0 10px 0 10px;
    padding:10px 0 5px;
    background:url( "../images/factory_slide_bg.png") no-repeat;
}



.image .abtn, .image2 .abtn {
    position:absolute;
    top:70px;
    text-indent:-999em;
}

.image .aleft, .image2 .aleft {
    width:33px;
    height:33px;
    left:-35px;
    background:url( "../images/scroll_left.png ") no-repeat;
}

.image .aright, .image2 .aright {
    width:33px;
    height:33px;
    right:-40px;
    background:url( "../images/scroll_right.png ") no-repeat;
}