
.holder a,.holder1 a {
	font-size: 13px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
	padding: 3px;
}

.holder a:hover,.holder1 a:hover  {
	background-color:#10A6A6;
	color: #fff;
}

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

.holder a.jp-current, a.jp-current:hover,.holder1 a.jp-current {
	color: #10A6A6;
	font-weight: bold;
}

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

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

.holder span { margin: 0 5px; }
.holder,.holder1{

	width:684px;
	text-align: center;
	margin: auto;
}