.holder {
    clear: both;
    width: 100%;
	display: block;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	padding-top: 15px;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #eee;
    border: none;
	
	background-size: 500px 3px;
	background-repeat: no-repeat;
	background-color: #transparent;
	background-position: center top;
	background-image: url(shadow.png);
}
.holder-dots{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	padding-top: 15px;
}

.holder-top {
}

.holder a {
	color: #333;
    width: 20px;
    height: 20px;
	line-height: 20px;
	margin: 0 3px;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../../images/jpages/bg_grey.png);
}
.holder-dots a {
    width: 8px;
    height: 8px;
	margin: 0 4px;
	line-height: auto;
	background-size: 8px;
}
.holder-dots a.jp-current {
	width: 10px;
    height: 10px;
	top: 1px;
	position: relative;
	background-size: 10px;
}

.holder a:hover {
	color: #000;
	color: #E84D58;
}

.holder a.jp-previous,
.holder a.jp-next{
    width: auto;
    height: auto;
    background: none;
	text-decoration: none;
}

.holder a.jp-previous {
}
.holder a.jp-next {
}

.holder a.jp-current,
.holder a.jp-current:hover {
    color: #000;
	text-decoration: none;
    background-image: url(../../images/jpages/bg_orange.png);
}

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

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

.holder span {
    margin: 0 5px;
}