ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.simple-pagination .disabled {
	opacity: .5;
}

span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}
/*------------------------------------*\
	Simple Theme Styles
\*------------------------------------*/
.simple-theme span {
	cursor: pointer;
}

.simple-theme a, .simple-theme span {
	float: left;
	color: #9B9B9B;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
}

.simple-theme a:hover, .simple-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.simple-theme .current {
	color: #000;
}

.simple-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

.simple-theme ul li a, .simple-pagination ul li span {
  background-image: none !important;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}


.simple-theme ul li:first-child a, .simple-theme ul li:first-child span {
  text-indent: -9999px;
  background: url('./prev.png') no-repeat center !important;
  background-size: contain !important;
}

.simple-pagination ul li:last-child a, .simple-pagination ul li:last-child span {
  text-indent: -9999px;
  background: url('./next.png') no-repeat center !important;
  background-size: contain !important;
}