.scrolltitle {
    height: 24px;
    font-size: 14px;
    width: 742px;
    border-bottom: solid 1px #ddd;
    margin: 20px auto 15px auto;
}

a.abtn {
    display: block;
    height: 130px;
    width: 17px;
    overflow: hidden;
    background: url(../img/arrow3.png) no-repeat 0px 50%;
}

a.aleft {
    float: left;
}

a.agrayleft {
    cursor: default;
    background-position: -34px 65%;
}

a.aright {
    float: right;
    background-position: -17px 50%;
}

a.agrayright {
    cursor: default;
    background-position: -51px 50%;
}

.scrolllist {
    width: 100%;
    height: 220px;
    margin: 20px auto 0px auto;
}

    .scrolllist .imglist_w {
        width: 95%;
        height: 220px;
        overflow: hidden;
        float: left;
        position: relative; /*必要元素*/
    }

        .scrolllist .imglist_w ul {
            width: 20000px;
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .scrolllist .imglist_w li {
            width: 164px;
            float: left;
            padding: 0 10px;
        }

            .scrolllist .imglist_w li img {
                padding-top:5px;
                padding-bottom:5px;
                padding-right:10px;
                
            }

            .scrolllist .imglist_w li a {
                color: #000000;
                font-weight: 400;
                text-decoration: none;
                float: left;
            }

                .scrolllist .imglist_w li a:hover img {
                    filter: alpha(opacity=86);
                    -moz-opacity: 0.86;
                    opacity: 0.86;
                }

            .scrolllist .imglist_w li p {
                height: 48px;
                line-height: 24px;
                overflow: hidden;
                float: left;
            }

#s2 {
    width: 214px;
}

    #s2 .imglist_w {
        width: 176px;
    }

        #s2 .imglist_w ul {
            height: 20000px;
            width: auto;
            position: absolute;
            left: 0px;
            top: 0px;
        }

        #s2 .imglist_w li {
            float: none;
        }
