@charset "gb2312";


/*** Í¼Æ¬ÂÖ²¥ S ***/
#divBanner
{
    width: 800px;
    height: 100%;
    left: 0px;
    -webkit-transition: 1000ms;
    -webkit-transform: translate(0px, 0px) translateZ(0px);
}

    #divBanner a
    {
        width: 800px;
        height: 320px;
    }

.swipe
{
    overflow: hidden;
    visibility: hidden;
    position: relative;
    width: 100%;
}

.swipe-wrap
{
    overflow: hidden;
    width: 100%;
    position: relative;
}

    .swipe-wrap > div
    {
        float: left;
        width: 100%;
        position: relative;
    }

.swipe .bottom
{
    z-index: 0;
    position: absolute;
    color: #FFF;
    text-align: left;
    text-indent: 5px;
    bottom: 1px;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.5);
    background-color: #000 \9;
    filter: alpha(opacity=80)\9;
    *background-color: #000 \9;
    *filter: alpha(opacity=80)\9;
}

.dots
{
    z-index: 1;
    position: absolute;
    bottom: 0px;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    display: block;
    right: 0;
}

    .dots b
    {
        display: inline-block;
        margin: 12px 4px;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background: rgba(144, 144, 144, 0.8);
    }

    .dots .select
    {
        background: #fff;
    }
/*** Í¼Æ¬ÂÖ²¥ end***/
