
            .d1 {  
                width: 960px;  
                height: auto;  
                overflow: hidden;  
                border: #666666 2px solid;  
                background-color: #000000;  
                position: relative;  
            }  
            .loading{  
                width: 960px;  
                border: #666666 2px solid;  
                background-color: #000000;  
                color: #FFCC00;  
                font-size: 12px;  
                height: 179px;  
                text-align: center;  
                padding-top: 30px;  
                font-weight: bold;  
            }  
   
            .num_list {  
                position: absolute;  
                width: 100%;  
                left: 0px;  
                bottom: -1px;  
                background-color: #000000;  
                color: #FFFFFF;  
                font-size: 12px;  
                padding: 0px 0px;  
                height: 0px;  
                overflow: hidden;  
            }  
             .num_list span {  
                display: inline-block;  
                height: 16px;  
                padding-left: 6px;  
            } 
             img {  
                border: 0px;  
            } 
            #ul {  
                display: none;  
            }  
             .button {  
                position: absolute;  
                z-index: 1000;  
                right: 0px;   
                bottom: 2px;   
                font-size: 13px;   
                font-weight: bold;  
            } 
            .b1 {  
                background-color: #666666;  
                display: block;  
                float: left;  
                padding: 2px 6px;  
                margin-right: 3px;  
                color: #FFFFFF;  
                text-decoration: none;  
                cursor: pointer;  
            }  
			        .b2 {  
                display: block;  
                float: left;  
                padding: 2px 6px;  
                margin-right: 3px;  
                text-decoration: none;  
                cursor: pointer;  
                color:#FFCC33;  
                background-color:#FF6633;  
            }  

    