@CHARSET "UTF-8";

/*jquery分页*/
.holder{
	color:#484848;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin-top: 50px;
}
.holder a{
	vertical-align:middle; 
	color:#484848;
	padding:3px 8px; 
	margin-right:7px;
	line-height:33px;
	cursor:pointer;
}
.holder a:hover {background-color:#ff5000;color:#fff; text-decoration:none;}
.holder a.jp-previous{margin-right:7px;}
.holder a.jp-next {margin-left:7px;}
.holder span {margin: 0 7px;}
.holder a.jp-current, a.jp-current:hover { background-color:#ff5000;color:#fff!important; text-decoration:none;}
.holder a.jp-disabled{
	color: #484848;
} 
a.jp-disabled:hover{color:#fff; text-decoration:none;}
.holder a.jp-current,.holder a.jp-disabled{
	color: #484848;
} 
a.jp-current:hover, a.jp-disabled:hover {color:#fff; text-decoration:none;}
.holder span {margin:0 7px;}