div.pagination {
    padding: 3px;
    margin: 3px;
    text-align:center;
    clear: both;
}
div.pagination a {
    margin-right:3px;
    padding:2px 6px;
    background-position:bottom;
    text-decoration: none;
    color: #666;        
}
div.pagination a:hover, div.meneame a:active {
    background-image:none;
/*    background-color:#c7e06c;
*/    color: #88B513;
	font-weight: bold;
}
div.pagination span.current {
    margin-right:3px;
    padding:2px 6px;    
    font-weight: bold;
    color: #88B513;
/*	background: #afd32d url(../../../wp-page-numbers/default/hover.png) no-repeat;
*/
/*    background-color:#afd32d;
*/
}
div.pagination span.disabled {
    margin-right:3px;
    padding:2px 6px;
    color: #bbb;
}