@CHARSET "UTF-8";

/*jquery分页*/
.holder{
	padding-right:10px;color:#505050;padding-left:15px;
/*	background:url(../images/page.jpg) repeat-x;*/
	height: 33px;line-height: 33px;text-align: center;}
.holder a{background-color:#fff;vertical-align:middle; border:#cfcece 1px solid; color:#000;padding:3px 5px; margin-right:3px;line-height:33px;cursor:pointer;}
.holder a:hover {background-color:#b81a23;color:#fff; text-decoration:none;border:#b81a23 1px solid;}
.holder a.jp-previous{margin-right:5px;}
.holder a.jp-next {
	margin-left:5px;
/*	background:none;
	color: #000;*/
}
.holder span {margin: 0 5px;}
.holder a.jp-current, a.jp-current:hover { 
	color: #fff;
/*	font-weight: bold;*/
	background-color:#b81a23;
}
a.jp-current:hover,a.jp-current:hover,a.jp-disabled:hover {
	color: #fff;
	background-color:#b81a23;
}
.holder a.jp-disabled, a.jp-disabled:hover {color: #bbb;}
.holder a.jp-current, a.jp-current:hover,.holder a.jp-disabled, a.jp-disabled:hover {cursor: default; }
.holder span {margin:0 5px;}