Find these styles in "examples/pagination.css" of will_paginate library. There is a Sass version of it for all you sassy people.
Read about good rules for pagination: Pagination 101
Warning: page links below don't lead anywhere (so don't click on them).
Code that renders this:
<%= will_paginate @posts, :page_links => false %>
Code that renders this:
<div class="digg_pagination">
<div clas="page_info">
<%= page_entries_info @posts %>
</div>
<%= will_paginate @posts, :container => false %>
</div>