.testpages {
	margin: 15px 0;
	text-align:center;
}

.testpages a {
	font-size: 12px;
	display:inline-block; width:26px; height:26px; border:1px solid #d6d6d6; border-radius:2px;
	cursor: pointer;
	margin: 0 2px;
	color: #333;
	line-height:26px; text-align:center;
}

.testpages a:hover {
	background-color: #1e1f21;
	border:1px solid #1e1f21;
	color: #fff;
}

.testpages a.jp-previous { margin-right: 2px; }
.testpages a.jp-next { margin-left: 2px; }

.testpages a.jp-current, a.jp-current:hover { 
	background-color: #1e1f21;
	border:1px solid #1e1f21;
	color: #fff;
}

.testpages a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
	background-color: #f1f1f1;
	border-color:#d6d6d6;
}



.testpages span { margin: 0 2px; display:inline-block; line-height:26px;}