
/*jQuery插件库

http://www.jq22.com

找的更少，做的更多！ jQuery插件库只为您提供最好的！*/

.page_div {
	margin: 20px 10px 20px 0;
	color: #666;
	text-align:center;
}
/* 页数按钮样式 */
.page_div button {
	display: inline-block;
	min-width: 30px;
	height: 28px;
	cursor: pointer;
	color: #666;
	font-size: 13px;
	line-height: 28px;
	background-color: #f9f9f9;
	border: 1px solid #dce0e0;
	text-align: center;
	margin: 0 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#firstPage, #lastPage, #nextPage, #prePage {
	width: 50px;
	color: #ffc208;
	border: 1px solid #ffc208
}

#nextPage, #prePage {
	width: 70px
}

.page_div .current {
	background-color: #ffc208;
	border-color: #ffc208;
	color: #FFF
}
/* 页面数量 */
.totalPages {
	margin: 0 10px
}

	.totalPages span, .totalSize span {
		color: #0073A9;
		margin: 0 5px
	}
/*button禁用*/
.page_div button:disabled {
	opacity: .5;
	cursor: no-drop
}
