#banner {
    position:relative;
    width:390px;
    height:255px;
    margin-left: 10px;
    overflow:hidden;
}
#banner_list img {
    border:0px;
}
#banner_bg {
    position:absolute;
    bottom:0;
    background-color:#000;
    height:35px;
    filter:Alpha(Opacity=30);
    opacity:0.3;
    z-index:1000;
    cursor:pointer;
    width:390px;
}
#banner_info {
    position:absolute;
    bottom:0;
    left:20px;
    height:35px;
    line-height: 35px;
    color:#fff;
    z-index:1001;
    cursor:pointer
}
#banner_text {
    position:absolute;
    width:120px;
    z-index:1002;
    right:3px;
    bottom:3px;
}
#banner ul {
    position:absolute;
    list-style-type:none;
    filter:Alpha(Opacity=80);
    opacity:0.8;
    z-index:1002;
    margin:0;
    padding:0;
    bottom:10px;
    right:5px;
}
#banner ul li {
    padding:0px 8px;
    float:left;
    display:block;
    width:0px;
    height:15px;
    border-radius:99px;
    background:#FFF;
    cursor:pointer;
    font-size:0px;
    margin-left:10px;
}
#banner ul li.on {
    background:#29af95
}
#banner_list a {
    position:absolute;
}