--- custom_pagers.css	2009-12-12 23:38:29.000000000 -0600
+++ ../../custom_pagers/custom_pagers.css	2009-12-13 00:03:13.000000000 -0600
@@ -9,9 +9,17 @@ ul.custom-pager li {
   padding: 0;
   display: block;
   float: left;
-  width: 32%;
+  width: auto;
   list-style-type: none;
   list-style-image: none;
   background: none;
   white-space: nowrap;
 }
+
+ul.custom-pager li.previous {
+  margin-right: 5px;
+}
+
+ul.custom-pager li.next {
+  margin-left: 5px;
+}
