.holder {
	margin: 15px 0;
    text-align:center;
}

.holder a {
	/*font-size: 12px;
	
	margin: 0 5px;
	color: #333;*/
    position: relative;
    cursor: pointer;
/*float: left;*/

padding: 6px 12px;
margin: 0 5px;
/*margin-left: -1px;*/

line-height: 1.42857143;

color: #000;

text-decoration: none;

background-color: #fff;

border: 1px solid #ddd;
}

.holder a:hover {
	background-color: #b8995a;
	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: #B99A5C;
	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; }