
/* 图片分页方式的样式*/
.imagelist{margin:0 auto;width:500px;font-size: 12px;} /*总宽度*/
.imagelist .imagetop{padding-right:5px;text-align:right;margin:5px;}
.imagelist .imagetop a{color:#767676;}
.imagelist .defaultimagesrc{text-align:center;margin:5px;padding-top:0px;padding-bottom:10px;}
.imagelist .defaultimagesrc img{border:0px solid #f1f1f1;padding:2px;height: 340px;}
.imagelist .imageintro{text-align:center;font-size:14px;}
.thumb {

    padding:5px;
}
.thumb_1 {
    text-align: center;
    float: left;
    height: 30px;
    width: 60px;
    font-weight: 400;
    font-size: 14px;
    color:#000;
}
.thumb_1 .font-28{font-size:18px;color:red;}
.thumb_2 {float: left;
    width: 490px;
    padding-bottom: 20px;
}
.thumb_2_1 {
    background:url(leB.jpg) no-repeat 0px -11px;
    float: left;
    height: 52px;
    width: 20px;
    cursor:pointer;
    margin-left:10px;
    _margin-left:0px;
    margin-top: 10px;
}
.thumb_2_2 {
    background:url(riB.jpg) no-repeat 0px -11px;
    float: right;
    height: 52px;
    width: 20px;
    cursor:pointer;
    margin-top: 10px;
}
#scrool_div {
    width:430px;
    position:relative;
    height:65px;
    overflow:hidden;
    float: left;
    padding-top: 10px;
    background-color: #e3f2c2;
}
#scrool_wrap {height:110px;position:absolute;width:20000px;}
#scrool_wrap li {width:80px;height:50px;float:left;margin-right:10px;}
#scrool_div img{
    width:76px;
    height:45px;
    margin:0px;
}
.normalthumb img{padding:2px;border:1px solid #fff}
.currthumb img{padding:2px;border:1px solid #ff6600;}

/* 图片分页方式的样式结束*/