.pagination {
            font-size: 90%;
            margin-top:10px;
            margin-bottom:10px;
        }

.pagination a {
    text-decoration: none;
    xbackground: #45930B;
    color: #fff;
    cursor:pointer;

    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;

    background:url("/css/ui/images/ui-bg_highlight-soft_60_4ca20b_1x100.png") repeat-x scroll 50% 50% #4CA20B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
  	margin-bottom: 5px;
  	min-width:1em;
  	text-align:center;
}

.pagination a:hover{
  background:url("/css/ui/images/ui-bg_highlight-soft_50_4eb305_1x100.png") repeat-x scroll 50% 50% #4EB305;
  xborder:1px solid #8BD83B;
  color:#FFFFFF;
}

.pagination .current {
    background: #477325;
    color: #fff;
    xborder: 1px solid #72B42D;
    
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
}

.pagination .current.prev, .pagination .current.next{
  background: #45930B;
  color:#eee;
	border-color:#45930B;
	
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;

    background:url("/css/ui/images/ui-bg_highlight-soft_60_4ca20b_1x100.png") repeat-x scroll 50% 50% #4CA20B;

}
