.pagination {
	height: 20px;
	padding-bottom:10px;
        }
        
.pagination a {
    text-decoration: none;
}

.pagination a, .pagination span {
	height: 17px;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #c1c1c1;
	font-size: 14px;
	color: #5281FF;
	text-align: center;
}

.pagination a:hover
{
	background-color: #FCC24A;
}

.pagination .current {
	height: 17px;
	padding-top: 2px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: #FCC24A;
	border: 1px solid #c1c1c1;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.pagination .current.prev, .pagination .current.next{
	height: 17px;
	padding-top: 2px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #c1c1c1;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #5281FF;
	text-align: center;
}