.holder {
	margin: 5px 0;
}

.holder a {
	font-size: 11px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
}

.holder a:hover {
	background-color: #222;
	color: #fff;
}

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

.holder a.jp-current, a.jp-current:hover { 
	color: #FF4242;
	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: none;
}

.holder span { margin: 0 5px; }
.customBtns {
    position:relative;
}
.arrowPrev,.arrowNext {
    width:29px;
    height:29px;
    position:absolute;
    top:100px;
    cursor:pointer;
}
.arrowPrev {
    background-image:url('img/back.gif');
    left:-10px;
	z-index:99999;
}
.arrowNext {
    background-image:url('img/next.gif');
    right:-10px;
	z-index:99999;
}
.arrowPrev.jp-disabled,.arrowNext.jp-disabled {
    display: none;
}