.holder {
    clear: both;
    width: 100%;
	display: block;
	padding: 10px 0;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #eee;
    border: none;
}

.holder-top {
}

.holder a {
	color: #fff;
    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_red.png);
}
.holder-dots a {
    width: 8px;
    height: 8px;
	margin: 0 2px;
	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;
}

.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: #111;
	text-decoration: none;
    background-image: url(../../images/jpages/bg_green.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;
}

/* Styles spécifiques */