.pagination {
	font-family: 微软雅黑, 宋体, arial, helvetica, sans-serif;
	height:29px;
	line-height:29px;
	overflow: hidden;
	font-size:14px;
	float:right;
}
.pagination a {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom:10px;
	color: #999999;
	line-height:29px;
	text-decoration: none;
}
.pagination a:hover {
	color: #ffffff;
	background-color: #5d7cba;
}
div.pagination a:active {
	line-height:29px;
	color: #ffffff;
	background-color: #5d7cba;
}
.pagination span.current {

	padding-right: 8px;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom:10px;
	color: #ffffff;
	line-height:29px;
	background-color: #5d7cba;
}
.pagination span.disabled {
}

/*屏蔽了首页和尾末的按钮，然后改变上一下和下一页的样式*/


#Pagination span.home,
#Pagination span.end,
#Pagination a.home,
#Pagination a.end{
	display:none;
}

#Pagination span.up,
#Pagination a.up{
	border:none;
	width:11px;
	height:29px;
	background:url(../imagescn/fc/fanyeshang.jpg) center center no-repeat;
	text-align:right;
	color:#fff;
	overflow:hidden;
	line-height:29px;
	margin-right:26px;
}
#Pagination span.up:hover,
#Pagination a.up:hover{
	background:url(../imagescn/fc/fanyeshang.jpg) center center no-repeat;
	color:#fff;
}

#Pagination span.down,
#Pagination a.down{
	border:none;
	width:11px;
	height:29px;
	line-height:29px;
	background:url(../imagescn/fc/fanyexia.jpg) center center no-repeat;
	color:#ffffff;
	overflow:hidden;
	margin-left:26px;
}
#Pagination span.down:hover,
#Pagination a.down:hover{
	background:url(../imagescn/fc/fanyexia.jpg) center center no-repeat;
	color:#ffffff;
}