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: #141414;
	border: solid 1px #333333;
	color: #CCCCCC;
}
div.pagination a:hover, div.pagination a:active {
	text-decoration: none;
	color: #fff;
	background:#666666;
}
div.pagination span.current {
	margin-right:1px;
	padding:3px 6px;
	color: #141414;
	border: solid 1px #333333;
	background: #CCCCCC;
}

div.pagination span.disabled {
	margin-right:1px;
	padding:2px 6px;
	color: #adaaad;
}

