I bother and copy the pagination Div
<div class="pagination">
<div class="third"></div>
<div class="third">
<ul class="page-numbers page-bright current-page-cyan behind-dark fill-gradient shape- round">
<li><span class="page-numbers current">1</span></li>
<li><a href="http://jocelynwarner.com/test/page/2/" class="page-numbers">2</a></li>
<li><a href="http://jocelynwarner.com/test/page/3/" class="page-numbers">3</a></li>
<li><a href="http://jocelynwarner.com/test/page/4/" class="page-numbers">4</a></li>
</ul>
</div>
<div class="third">
<a href="http://jocelynwarner.com/test/page/2/">
<p class="next">Next »</p>
</a>
</div>
</div>
Here is the new Style that will make it Centered
.pagination {
border-top:1px dotted;
float:left;
font-size:12px;
margin-top:10px;
padding-top:10px;
text-align:center;
width:708px;
}
.pagination .third {
display:inline-block;
}
ul.page-numbers {
/*Clear all styles for this*/
}
I recommend Reading the CSS Reference and tutorials at w3Schools