/*------图片滚动---*/

a.abtn {
    display: block;
    height: 36px;
    width: 16px;
    margin-top: 20px;
    overflow: hidden;
}

a.aleft {
    float: left;
    background-position: 0 -112px;
}

a.agrayleft {
    cursor: default;
    background-position: 0 0;
}

a.aright {
    float: right;
    background-position: 0 -162px;
}

a.agrayright {
    cursor: default;
    background-position: 0 -58px;
}

.scrolllist {
    width: 422px;
    height: 96px;
    margin: 10px auto 0;
}

.scrolllist .imglist_w {
    width: 380px;
    height: 70px;
    overflow: hidden;
    float: left;
    margin-left: 4px;
    position: relative;
    /*必要元素*/
}

.scrolllist .imglist_w ul {
    width: 20000px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.scrolllist .imglist_w li {
    width: 66px;
    height: 70px;
    float: left;
    padding: 0 5px;
}

.scrolllist .imglist_w li img {
    width: 66px;
    height: 68px;
    margin: 0 auto;
    border: solid 1px #037090;
}

.scrolllist .imglist_w li a {
    color: #3366cc;
    text-decoration: none;
    float: left;
    position: relative;
}

.scrolllist .imglist_w li a:hover img {
    filter: alpha(opacity=86);
    -moz-opacity: 0.86;
    opacity: 0.86;
}

.scrolllist .imglist_w li span {
    display: block;
    width: 68px;
    height: 20px;
    line-height: 20px;
    color: #00cdff;
    font-size: 10px;
    background: #232323;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 2px;
    left: 0;
}

.scrolllist .imglist_w li span:hover {
    color: #fffc00;
}