#Pagination{
	cursor:default;
}
#Pagination a {
	color: #fff;
	background:#DCDCDC;
	padding:0;
	border:none;
	display:inline-block;
	width:20px;
	text-align:center;
	font-family:宋体;
	_font-family:tahoma;
	height:20px;
	line-height:20px;
}
#Pagination a:hover {
	color: #fff;
	background: #F36AAB;
	text-decoration:none;
}
#Pagination a.p1{
	margin-right:4px;
	color: #fff;
	background:#C3C3C3;
	padding:0;
	border:none;
	display:inline-block;
	width:50px;
	text-align:center;
	height:20px;
	line-height:20px;
	font-family:宋体;
	_font-family:tahoma;
}
#Pagination a.p1:hover{
	background:#9C9C9C;		
}
#Pagination span.current {
	color: #fff;
	background:#C3C3C3;
	padding:0;
	margin:0;
	border:none;
	display:inline-block;
	width:50px;
	text-align:center;
	font-family:宋体;
	_font-family:tahoma;
	height:20px;
	line-height:20px;
}
#Pagination span.current:hover{
	background:#9C9C9C;	
}
#Pagination span.disabled {
	color: #fff;
	background:#717171;
	padding:0;
	margin:0;
	border:none;
	display:inline-block;
	width:20px;
	text-align:center;
	font-family:宋体;
	_font-family:tahoma;
	height:20px;
	line-height:20px;
}
#Pagination span.disabled:hover{
	background:#F36AAB;	
}






/*屏蔽了首页和尾末的按钮，然后改变上一下和下一页的样式*/

/*
#Pagination span.home,
#Pagination span.end,
#Pagination a.home,
#Pagination a.end{
	display:none;
}
#Pagination span.up,
#Pagination a.up{
	width:35px;
	height:22px;
	background:url(../imagescn/z22.gif) no-repeat 0 0;
	font-size:0;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	margin-right:20px;
}
#Pagination span.up:hover,
#Pagination a.up:hover{
	background:url(../imagescn/z22.gif) no-repeat -35px 0;
}

#Pagination span.down,
#Pagination a.down{
	width:35px;
	height:22px;
	background:url(../imagescn/z23.gif) no-repeat -35px 0;
	font-size:0;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	margin-left:20px;
}
#Pagination span.down:hover,
#Pagination a.down:hover{
	background:url(../imagescn/z23.gif) no-repeat 0 0;
}
*/









