.pagination {
            font-size: 80%;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

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

.pagination .current {
    background: #ffffff;
    color: #000000;
	border: solid 1px #AAE;
	font-weight: bold;
}

.pagination .prev{
	color:#999;
	border-color: #999;
	background-color:#000;
	background-image:url(../images/pagination_prev.gif);
	background-position: center center;
	background-repeat:no-repeat;
	text-indent: -999999px;
}
.pagination .next{
	color:#999;
	border-color: #999;
	background-color:#000;
	background-image:url(../images/pagination_next.gif);
	background-position: center center;
	background-repeat:no-repeat;
	text-indent: -999999px;
}

