.pagination {text-align:center;}
        
.pagination a {
    text-decoration: none;
	border: solid 1px #d9edf7;
	color: #000;
	background:#f5f5f5;
}

.pagination a:hover {
    text-decoration: none;
	border: solid 1px #322D24;
	color: #fff;
	background:#223c56;
}

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

.pagination .current {
    background: #0d2d4d;
    color: #fff;
	border: solid 1px #322D24;
}

.pagination .current.prev, .pagination .current.next{
	color:#fff;
	background:#0d2d4d;
}
.result
{
	display:block;
}

.current.prev, .current.next{display: none;}