﻿
        .d1
        {
            width:349px;
            height:163px;
            overflow: hidden;
            border: #c1bbbb 0px solid; /*background-color: #000000;*/
            position: relative;
        }
        .loading
        {
            width: 349px;
            border: #c1bbbb 0px solid; /*background-color: #000000;*/
            color: #FFCC00;
            font-size: 12px;
            height: 163px;
            text-align: center;
            padding-top: 30px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-weight: bold;
        }
        .d2
        {
            width: 349px;
            height: 163px;
            overflow: hidden;
        }
        .num_list
        {
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            background-color: #c1bbbb;
            color: #FFFFFF;
            font-size: 12px;
            padding: 4px 0px;
            height: 40px;
            overflow: hidden;
        }
        .num_list span
        {
            display: inline-block;
            height: 17px;
            padding-left: 4px;
        }
        img
        {
            border: 0px;
        }
        #fade_focus ul
        {
            display: none;
        }
        .button
        {
            position: absolute; /*z-index: 998*/ right:-1px;/*距离右边的大小*/bottom:4px;font-size:12px;font-family:Arial,Helvetica,sans-serif;}
        .b1, .b2
        {
            background-color: #131313;
            display: block;
            float: left;
            padding: 2px 6px;
            margin-right: 3px;
            color: #fff;/*shuzi color*/
            text-decoration: none;
            cursor: pointer;
        }
        .b2
        {
            color: #FFFFFF;/*选中的文字颜色*/
            background-color: #ce0609;/*选中的flash背景颜色*/
        }