
#banner {
    position: relative;
    width: 340px;
    height: 277px;
    border: 1px solid #8DB9E3;
    overflow: hidden;
    float: left
}

#banner_list img {
    border: 0px;
}

#banner_bg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 30px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    z-index: 1000;
    cursor: pointer;
    width: 340px;
}

#banner_info {
    position: absolute;
    bottom: -20px;
    /* left: 5px; */
    height: 28px;
    width: 341px;
    color: #fff;
    z-index: 1001;
    text-align: left;
    cursor: pointer;
    line-height: 28px;
    background: rgba(0,0,0,0.8);
}

#banner_text {
    position: absolute;
    width: 120px;
    z-index: 1002;
    right: 3px;
    bottom: 3px;
}

#banner .banner_btn {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 6px;
    right: 5px;
}

#banner .banner_btn li {
    padding: 0px 8px;
    float: left;
    display: block;
    height: 10px;
    color: transparent;
    background: #fff;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 5px;
}

#banner ul li.on {
    background-color: #2E911D;
}

#banner_list a {
    position: absolute;
    left: 0;
}