@charset "UTF-8";

.holder {
	margin: 15px 0;
	text-align: center;
}

.holder a {
	font-size: 13px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
	border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    text-decoration: none;
    padding: 4px 12px;
    min-width: 4px;
    height: 45px;
    line-height: 45px;
}

.holder a:hover {
	background-color: #49AF4F;
	color: #fff !important;
}

.holder a.jp-previous {
	margin-right: 15px;
}

.holder a.jp-next {
	margin-left: 15px;
}

.holder a.jp-current, a.jp-current:hover {
	background: #49AF4F;
	color: #fff !important;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb !important;
}

.holder a.jp-disabled, a.jp-disabled:hover
	{
	cursor: default;
	background: none;
}

.holder span {
	margin: 0 5px;
}