.pagination {
	font-family: 'Mako', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	color: #FFF;
	margin: 10px 0px;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
}
.pagination a:link {
	font-family: 'Mako', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	color: #FFF;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #FFF;
	font-weight: none;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
}
.pagination a:hover{
	font-family: 'Mako', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	color: #FFF;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #900;
	font-weight: none;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
}
 .pagination a.current {
	font-family: 'Mako', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	color: #FFF;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #900;
	background:#900;
	font-weight: none;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
}
