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