.pagination 
{
    font-size: 95%;
    padding-top: 1px;
    position:absolute;      /* All browsers */
    top: auto;              /* Standards  browsers */
    top: position-static;   /* IE all others ignore this as invalid*/
    right: 0;               /* All except IE */
}

.pagination a {
   text-decoration: none;
   background: #def584;
   border: solid 1px #2c4900;
   color:  #2c4900;
}

.pagination a, .pagination span 
{
   display: block;
   float: left;
   padding: 0.3em 0.5em;
   margin-right: 5px;
   margin-bottom: 5px;
}

.pagination .current {
   background: #253f00;
   font-weight: bold;
   color: #ffffff;
   border: solid 1px #def584;
}

.pagination .current.prev, .pagination .current.next{
   font-weight: normal;
   color: #eeeeee;
   border-color: #eeeeee;
  /* background:#def584; */
   background: #aaaaaa;
}
