.jcarousel-holder {
	padding: 20px;
	clear:both;
	text-align:center;
}

.jcarousel-holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
	padding: 5px;
	text-decoration: none;
}

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

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

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

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

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

.jcarousel-holder span { margin: 0 5px; }

.jcarousel-holder span {
    margin:0 5px;
}
.customBtns {
    position:relative;
}
.arrowPrev,.arrowNext {
    width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	cursor: pointer;
}
.arrowPrev {
    background: #ddd url(../images/button-arrows.png) no-repeat 0 0;
	background-position: 0 -19px;
    left:0px;
}
.arrowNext {
    background: #ddd url(../images/button-arrows.png) no-repeat 0 0;
    right:0px;
}
.arrowPrev.jp-disabled,.arrowNext.jp-disabled {
    display: none;
}