﻿ .adBox
    {
        width: 1000px;
        height: 199px;
        position: relative;
        overflow: hidden;
    }
    .adBox .imgBox
    {
        width: 1000px;
        height: 199px;
    }
    .adBox #control
    {
        width: 1000px;
        height: 12px;
        overflow: hidden;
        position: absolute;
        top: 180px;
        right: 50px;
    }
    .adBox #control div
    {
        width: 12px;
        height: 12px;
        font-size: 9px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 13px;
        text-indent: 1px;
        color: #eeeeee;
        text-align: center;
        float: right;
        margin-left: 1px;
        cursor: pointer;
    }
    .adBox #info
    {
        height: 30px;
        overflow: hidden;
        font-size: 12px;
        color: #333333;
        line-height: 30px;
    }
    .adBox #info a
    {
        color: #333333;
        text-decoration: none;
    }
    .adBox #info a:hover
    {
        color: #003366;
        text-decoration: underline;
    }
