.navigation {
    width:100%;
	text-align:center;
}
.pagination {
	font-size:0.95em;
	font-family:Arial;	
	margin-top:10px;
	margin-bottom:40px;
	clear:both;
	padding-top:10px;
	display:inline-block;
}
.pagination a {
	width:30px;
	height:30px;
    text-decoration: none;
	color:#959595;
	line-height:30px;
	margin:0px 3px;
	text-align:center;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    margin-right: 5px;
	margin-bottom: 5px;
}
.pagination a:hover{
background-color:#e5e5e5;
}
.pagination .current {
	width:30px;
	height:30px;
    color:#959595;
	background-color:#e5e5e5;
	line-height:30px;
	text-align:center;
}

.pagination .current.prev{
	color:#999;
	border-color:#999;
	background:#fff;
	font-family: "MS UI Gothic";
}
.pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
	font-family: "MS UI Gothic";
}

.pagination a.next {
	color:#999;
	border-color:#999;
	background:#fff;
	font-family: "MS UI Gothic";
}
.pagination a.prev {
	color:#999;
	border-color:#999;
	background:#fff;
	font-family: "MS UI Gothic";
}

