div.pagination {
	font-size: 10px;
	text-align:center;
	margin-bottom:20px;
}

div.pagination a, div.pagination a:visited {
	margin-right:1px;
	padding:3px 6px;
	text-decoration: none;
	background: #ededed;
	border: solid 1px #ccc;
	color: #333;
}
div.pagination a:hover, div.pagination a:active {
	text-decoration: none;
	color: #333;
	background:#fff;
}
div.pagination span.current {
	margin-right:1px;
	padding:3px 6px;
	color: #fff;
	border: solid 1px #ccc;
	background: #9FCAB2;
}

div.pagination span.disabled {
	margin-right:1px;
	padding:2px 6px;
	color: #adaaad;
}


