﻿.fd1 {
	width: 740px;
	height: 220px;
	overflow: hidden;
	border: #f1f1f1 1px solid;
	background-color: #f1f1f1;
	position: relative;
}
 
.loading {
	width: 728px;
	border: #f1f1f1 1px solid;
	background-color: #f9f9f9;
	color: #f60;
	font-size: 12px;
	height: 120px;
	text-align: center;
	padding-top: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
 
.fd2 {
	width: 100%;
	height: 220px;
	overflow: hidden;
}
 
.num_list {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	color: #000;
	font-size: 6px;
	padding:0px;
	overflow: hidden;
}
 
.num_list span {
	display: inline-block;
	padding-left: 6px;
}

.button {
	position: absolute;
	z-index: 1000;
	right: 8px;
	bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
 
.b1,.b2 {
	background-color: #f9f9f9;
	display: block;
	float: left;
	padding: 0px 5px 0px 5px;
	margin-right: 3px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
 .b1,.b2:hover{ text-decoration:none;color:#f60}
 
.b2 {
	color: #FFF;
	background-color: #f30;
}
