Hi,
The Page Count (class="counter") and the Pagination (class="pagination") elements are wrapped in a div that has no class associated with it.
If this div were given a class it could then easily be centered with
.page_count_n_pagination {
text-align: center;
}
--
Regards
AJ