#pager {
	text-align:center;
	padding:10px;
}
#pager a {
	border: 2px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px 0 0;
}
#pager a:hover {
	background:#eee ;
}
#pager a span {
	display: none;
}
#pager a.selected {
	background-color: #ccc;
}