ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 0px 0px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
    margin-top: -1px;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin-top: -2px;
	float: left;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
	float: left;
	color: #FFF;
	font-size:13px;
	line-height:24px;
	font-weight: bold;
	text-align: center;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	background: #3e3f41;
    height: 22px;
}

.dark-theme a:hover {
	text-decoration: none;
	background: #47bfc6;
}

.dark-theme .current {
	background: #595959;
	color: #CCC;
	cursor: default;
}

.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

.dark-theme .prev{
    background: none;
}
.dark-theme .prev:hover{
    background: none;
}

.dark-theme .next{
    background: none;
}
.dark-theme .next:hover{
    background: none;
}