﻿#pager ul.pages {
display:block;
border:none;
text-align:center;
font-size:10px;
margin-top:20px;
margin-left:180px;
padding:0;
}

#pager ul.pages li {
list-style:none;
float:left;
border:1px solid #ccc;
text-decoration:none;
margin:0 5px 0 0;
padding:5px;
line-height: 23px;
}

#pager ul.pages li:hover {
border:1px solid #003f7e;
}
#pager ul.pages li.pgNext{
	width: 59px;
	/* height: 32px; */
}
#pager ul.pages li.pgEmpty {
border:1px solid #eee;
color:#eee;
}

#pager ul.pages li.pgCurrent {
font-weight:700;
border: 1px solid #003f7e;
}
#pager ul.pages li.page-number{
	width: 39px;
	/* height: 32px; */
}