﻿/*百叶屏轮播广告*/
.sl .diapo
{
    position: absolute;
    filter: alpha(opacity=100);
    visibility: visible;
    opacity: 1;
}
.sl .text
{
    position: absolute;
    text-align: justify;
    font-family: verdana, arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 0.9em;
    left: 10px;
    display: none;
}
.sl .slide
{
    z-index: 10;
    overflow: hidden;
    cursor: default;
    text-align: left;
    float: left;
    margin-left: 0px;
}
.sl
{
    z-index: 1;
    overflow: hidden;
}
/* ad */
.ad
{
    height: 130px;
    width: 640px;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #CCC;
    position: relative;
}
.ad .banners
{
    position: absolute;
}
.ad .banners li
{
    float: left;
}
.ad .banners a
{
    display: block;
}
.points
{
    bottom: 6px;
    height: 18px;
    padding-top: 2px;
    position: absolute;
    right: 8px;
    z-index: 20;
}
.points li
{
    /*color: #D94B01;background-color: #FCF2CF;             border: 1px solid #F47500;*/
    cursor: pointer;
    float: left;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin-left: 3px;
    text-align: center;
    width: 16px;
    background-color: Black;
    color: white;
    filter: alpha(opacity=50);
    border: solid 1px #fff;
    opacity: 0.5;
}
.points li.current
{
    /*             background-color: #FFB442;             border-color: #F27602;             color: #FFFFFF;*/
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin-top: -2px;
    overflow: hidden;
    width: 18px;
}
