.comments-pagination {
	font-size: 10px;
        }
        
.comments-pagination a {
    text-decoration: none;
	border: solid 1px #333;
	color: #333;
}

.comments-pagination a, .comments-pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	background:#fff;
}

.comments-pagination .current {
    background: #333;
    color: #fff;
	border: solid 1px #333;
}

.comments-pagination .current.prev, .comments-pagination .current.next{
	color:#000;
	border-color:#000;
	background:#fff;
}

#Pagination{
position: absolute;
 left: 260px;
 top: 0px;
 width: 300px;
 height: 25px;  
}


#pagination-anchor{
position: relative;
}
