.pagination {
	font-size: 80%;
	margin: auto;
}

	.pagination a {
		text-decoration: none;
		border: solid 1px #337ab7;
		color: #337ab7;
	}

	.pagination a, .pagination span {
		display: block;
		float: left;
		padding: 0.3em 0.5em;
		margin-right: 4px;
		min-width: 1em;
		text-align: center;
	}

	.pagination span {
		padding-left:0!important;
		padding-right:0!important;
	}

	.pagination .current {
		background: #26B;
		color: #fff;
		border: solid 1px #AAE;
		padding: 0.3em 0.5em !important;
	}

		.pagination .current.prev, .pagination .current.next {
			color: #999;
			border-color: #999;
			background: #fff;
		}
