/* ATTRIBUTES FOR THE CONTAINER (THIS HOW WE CENTER EVERYTHING)----------------------------------------------------------------------------------------------------------------------*/.Zebra_Pagination                       { clear: both; width: 100%; overflow: hidden }.Zebra_Pagination ul                    { position: relative; left: 50%; list-style-type: none; margin: 0; padding: 0; float: left }.Zebra_Pagination li                    { position: relative; float: left; right: 50%; list-style-type: none; }/* COMMON ATTRIBUTES FOR ALL THE LINKS----------------------------------------------------------------------------------------------------------------------*/.Zebra_Pagination a                     { padding: 4px; color: #333; text-decoration: none; margin: 0 2px; display: block; float: left; }.Zebra_Pagination a:hover               { background-color: #DEDEDE; color: #222 }/* "NEXT PAGE" AND "PREVIOUS PAGE" LINKS----------------------------------------------------------------------------------------------------------------------*/.Zebra_Pagination a.navigation          { overflow: hidden; background-repeat: no-repeat }.Zebra_Pagination a.previous            { background-image: url(paginatelarrow.png); background-position: left center; padding-left: 25px }.Zebra_Pagination a.next                { background-image: url(paginaterarrow.png); background-position: right center; padding-right: 25px }.Zebra_Pagination a.disabled            { filter: alpha(opacity=20); -khtml-opacity: 0.2; -moz-opacity: 0.2; opacity: 0.2 }.Zebra_Pagination a.disabled:hover      { background-color: inherit; color: inherit }/* hack for transparent borders in IE6 */*html .Zebra_Pagination a.navigation    { filter: chroma(color=#000001) }/* CURRENT PAGE----------------------------------------------------------------------------------------------------------------------*/.Zebra_Pagination a.current,.Zebra_Pagination a.current:hover       { background: #000 !important; color: #FFF !important }/* THE "..." SEPARATOR----------------------------------------------------------------------------------------------------------------------*/.Zebra_Pagination span                  { color: #666; margin-right: 2px; display: block; float: left; padding: 8px 4px }