﻿#banner
{
    position: relative;
    width: 640px;
    height: 300px;
    border: 1px solid #ccc;
    overflow: hidden;
}
#banner_list img
{
    border: 0px;
}

.shanchu
{    
    
    }

#banner_bg
{
    filter: Alpha(Opacity=100);
    opacity: 1;
    position: absolute;
    bottom: 0;
    background-color: #C0C0C0;
    height: 35px;
    z-index: 500;
    cursor: pointer;
    width: 640px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ccc;
}

#banner_info
{
    position: absolute;
    bottom: 0;
    left: 5px;
    height: 35px;
    color: #000000;
    z-index: 501;
    cursor: pointer;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
}
#banner_text
{
    position: absolute;
    width: 120px;
    z-index: 502;
    right: 3px;
    bottom: 3px;
}
#banner ul
{
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=100);
    opacity: 1;
    border: 0px solid #fff;
    z-index: 602;
    margin: 0;
    padding: 0;
    bottom: 30px;
    right: 5px;
    visibility: hidden;
}
#banner ul li
{
    padding: 0px 1px;
    float: left;
    display: block;
    color: #FFF;
    border: #e5eaff 0px solid;
    cursor: pointer;
}
#banner ul li.on
{
    color: #900;
}
#banner_list a
{
    position: absolute;
}
