.holders {
position:absolute;
	top:278px;
	
}

.holders a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
	display:none;
}

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

.holders a.jp-previous { 
    margin-right: 15px; 
    display:block; 
    background: url(../img/gallery-left.png) no-repeat; 
    height:70px;
    width:15px;
}
.holders a.jp-next { 
    display:block; 
    background: url(../img/gallery-right.png) no-repeat; 
    height:70px;
    width:15px;
    left: 1090px;
    margin-left: 0;
    position: absolute;
    top: 0;
}

.holders a.jp-current, a.jp-current:hover { 
	color: #FF4242;
	font-weight: bold;
}

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

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

.holders span { margin: 0 5px; }

