
.holder {
	position: absolute;
	bottom: 0px;
	margin: 15px 0;
}
.holder1{
    margin-left: 11px;
}
.holder a {
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	font-size: 12px;
	background: #d7d7d7;
	border-radius: 20px;
	color: #000;
	margin-right: 5px;
}

.holder a:hover {
	background-color: #e74c3c;
	color: #000;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover { 
	color: #000;
	font-weight: bold;
}

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

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: #e74c3c;
}

.holder span {
	margin: 0 5px;
	color: #FFF;
}