.kst_pagination {
	text-align: center;
	padding-top: 30px !important;
}

ul.kst_pagination  {
	margin: 0 !important;
	padding: 0 !important;
	list-style-position: outside !important; 
}

.kst_pagination li {
	font-family: "Museo_Slab_500", "Times New Roman", Times, serif;
	display: inline-block;
	list-style: none;
	font-size: 13px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 39px;
}

.kst_pagination li a {  
	color: #868585 !important;
}

.kst_pagination .active a {
	color: #000000 !important; 
	display: inline-block !important;
}

.p_next {
	margin-left: 24px;
	width: 80px;
}

.p_prev {
	margin-right: 40px;
	width: 80px;
}

