.pages {
	text-align:center;
	padding:20px 0;
	background-color:#FFFFFF;
}
.pages a, .pages span {
    line-height: 20px;
    text-decoration: none;
	margin-right:8px;
	width:20px;
	height:20px;
	display:inline-block;
	transition:none;
	cursor:pointer;
}
.pages a.first, .pages a.last, .pages a.first:hover, .pages a.last:hover{
	background-color:transparent;
	border-radius:0;
	width:auto;
	color:#000000;
}
.pages span.current, .pages a:hover{
	background-color:#0093CF;
	color:#ffffff;
	border-radius:10px;
}
.pages span.first-disabled, .pages span.last-disabled {
	border: 0;
    color: #cccccc;
	background-color:transparent;
	border-radius:0;
	width:auto;
	cursor:default;
}
.pages:after{
	content:"";
	display:block;
	clear:both;
}