/*------------------------------------------------------------------------------------------------*/
/*-                                            PAGINATION.CSS                                    -*/
/*-                                          NEWS PAGER STYLES                                   -*/
/*-                                                                                              -*/
/*------------------------------------------------------------------------------------------------*/

.pagination {
 border: solid 0px #000;
 display: block;
 height: 12px;
 margin: 20px 0px 0px 0px;
 text-align: center
}

.pagination a {
 border: solid 0px #AAE;
 color: #66b220;
 text-decoration: none
}

.pagination a, .pagination span {
 margin-bottom: 0px;
 margin-right: 5px;
 padding: 0.3em 0.2em
}

.pagination .current {
 background: none;
 border: solid 0px #AAE
}

.pagination .current .prev, .pagination .current .next{
 background: none;
 border: #999;
 color: #707070;
 font-weight: normal
}