#Pagination{
	cursor:default;
	position:relative;
	text-align:center;
}
#Pagination a {
	color: #ffffff;
	padding:0;
	display:inline-block;
	width:36px;
	text-align:center;
	font-family:宋体;
	_font-family:tahoma;
	height:36px;
	line-height:36px;
	font-size:14px;
	text-decoration:none;
	background:#b0b0b0;
}
#Pagination a:hover {
	color: #fff;
	background:#d78d49;
	text-decoration:none;
}
#Pagination a.p1{
	color: #fff;
	padding:0;
	border:none;
	display:inline-block;
	width:36px;
	text-align:center;
	height:36px;
	line-height:36px;
	font-family:宋体;
	_font-family:tahoma;
}
#Pagination a.p1:hover{
}
#Pagination span.current {
	color: #fff;
	background:#d78d49;
	padding:0;
	margin:0;
	display:inline-block;
	width:36px;
	text-align:center;
	font-family:宋体;
	_font-family:tahoma;
	height:36px;
	line-height:36px;
	font-size:14px;
}

#Pagination span.disabled {
	color: #fff;
	padding:0;
	margin:0;
	display:inline-block;
	width:36px;
	text-align:center;
	font-family:宋体;
	_font-family:tahoma;
	height:36px;
	line-height:36px;
}







/*屏蔽了首页和尾末的按钮，然后改变上一下和下一页的样式*/


#Pagination span.home,
#Pagination span.end,
#Pagination a.home,
#Pagination a.end{
	display:none;
}

#Pagination span.up,
#Pagination a.up{
	border:none;
	width:36px;
	height:36px;
	background:url(../imagescn/zh/shangyiye.jpg) no-repeat 0 0;
	text-align:left;
	color:#ffffff;
}
#Pagination span.up:hover,
#Pagination a.up:hover{
	background:url(../imagescn/zh/shangyiye.jpg) no-repeat 0 0;
}

#Pagination span.down,
#Pagination a.down{
	border:none;
	width:36px;
	height:36px;
	background:url(../imagescn/zh/xiayiye.jpg) no-repeat 0 0;
	text-align:left;
	color:#fff;
}
#Pagination span.down:hover,
#Pagination a.down:hover{
	background:url(../imagescn/zh/xiayiye.jpg) no-repeat 0 0;
}










