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

