.pages {
	padding: 1em 1em 2em 0;
	margin: 1em 0;
	clear: left;
}

.pages a:hover {
	background:#ebebeb;
}

.pages a, .pages span {
	color: #000;
	display: block;
	float: left;
	font: 12 sans-serif;
	line-height: 1.6em;
	padding:0 7;
	text-align: center;
	margin-right: 0.1em;
	border: 1px solid #fff;
	background: #fff;
}

.pages span.current {
	font: bold 12 sans-serif;
	line-height: 1.6em;
	color: #000;
}

.pages a {
	border: 1px solid #ebebeb;
	text-decoration: none;
	color:#000;
}