#banner {
    overflow: hidden;
}

#banner_list img {
    border: 0px;
    width: 100%;
    height: 376px;
}

#banner_bg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 42px;
    filter: Alpha(Opacity=30);
    opacity: 0.5;
    z-index: 1000;
    cursor: pointer;
    width: 100%;
    color: #fff;
    text-align: center;
}

#banner_info {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 16px;
    bottom: 10px;
    /*left: 5px;*/
    height: 22px;
    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: 5px 10px;
    border-radius: 50px;
    bottom: 10px;
    right: 15px;
    background: #cfcfcf;
}

#banner ul li {
    /*padding: 0px 8px;*/
    width: 12px;
    height: 12px;
    border-radius: 50px;
    float: left;
    text-align: center;
    display: block;
    color: rgb(0, 0, 0, 0);
    font-size: 10px;
    background: #aaa;
    cursor: pointer;
    /*border: 1px solid #333;*/
    margin-right: 10px;
    transform: scale(0.83333);
    transform-origin: 0 0;
    line-height: 12px;
}

#banner ul li:last-child {
    margin-right: 0;
}

#banner ul li.on {
    background-color: #000;
}

#banner_list a {
    position: absolute;
}
