.pagination {
            font-size:12px; position:relative;left:04%;margin-top:10px;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
height:16px;
line-height:16px;
margin-bottom:5px;
margin-right:5px;
padding:0.3em 0.5em;


}

.pagination .current {
    background:#FF6C16;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}


