.holder {
  float: right;
	margin: 15px 0;  
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;  
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
}

.holder a:hover {    
	background-color: #e14d43;
	color: #fff;   
  text-decoration: none; 
}

.holder a.jp-previous { 
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 60px;
  text-align: center;
}
.holder a.jp-next {
   border: 1px solid #e5e5e5;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 60px;
  text-align: center;
}

.holder a.jp-current, a.jp-current:hover { 
	color: #FF4242;
	font-weight: bold;
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center; 
  text-decoration: none;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
  text-decoration: none; 
}

.holder a.jp-current, .holder a.jp-disabled {
	cursor: default; 
	background-color: #363b3f;
}



.holder span { margin: 0 5px; }