.pagination {
	padding: 5px 0 5px 0;
	width:420px;
	margin:0 auto;
	margin-bottom:10px;
	text-align: left;
}
.pagination ul {
	margin: 5px 0;
	padding: 0;
	text-align: left; /*Set to “right” to right align pagination interface*/
	font-size: 1.1em;
}
.pagination li {
	list-style-type: none;
	display: inline;
	padding: 1px;
	margin: 0!important;
	line-height: 2em
}
.pagination a, .pagination a:visited {
	padding: 3px 5px;
	border: 1px solid #333;
	text-decoration: none;
	color: #fff;
	background: #0D4D66;
	margin: 0;
	
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #fc0;
	color: #333;
	background-color: #fc0;
}
.pagination a.currentpage {
	background: #fc0!important;
	color: #000 !important;
	border-color: #fc0;
	font-weight: bold;
	cursor: default;
}
.pagination a.disablelink, .pagination a.disablelink:hover {
	cursor: default;
	color: #fff;
	border-color: #ccc;
	background: #ccc;
	font-weight: normal !important;
}
.pagination a.prevnext {
	font-weight: bold;
	margin: 0;
}