.holder {
	width:120px;
	margin:0 auto;
	z-index:10;
	position:relative;
	/*top:30px;*/
}
.holder span{
	display:none;
}
/*.ho{
	width:120px;
	margin:0 auto;
	left:-25px;
	position:relative;
	top:30px;
}*/

.holder a {
	width:auto;
	float:left;
	font-size: 14px;
	cursor: pointer;
	color: #333;
	display:none;
}

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

.holder a.jp-previous {
	/*width:200px;
	height:200px;*/
	width:26px;
	height:26px;
	background:url(../img/logo_06.png) no-repeat;
	background-size:100% 100%;
	text-indent: -9999px;
	display:block;
	}
.holder a.jp-next { 
	/*width:300px;
	height:200px;*/
	width:26px;
	height:26px;
	 background:url(../img/logo_07.png) no-repeat;
	 background-size:100% 100%;
	 text-indent: -9999px;
	 display:block;
	 position:relative;
	 left:10px;
	 }

.holder a.jp-current, a.jp-current:hover { 
	color: #000000;
	/*font-weight: bold;*/
	display:block;
	width:auto;
	text-indent:5px;
	text-align:right;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	width:26px;
	height:26px;
	color: #bbb;
}
.holder a.jp-current, a.jp-current:hover{
	cursor: default; 
	background: none;
}
a.jp-disabled:hover{
	width:26px;
	height:26px;
	cursor: default; 
}
.holder .jp-next.jp-disabled{
	width:26px;
	height:26px;
	cursor: default; 
	background:url(../img/logo_07.png) no-repeat;
	background-size:100% 100%;
}
.holder .jp-previous.jp-disabled{
	width:26px;
	height:26px;
	cursor: default; 
	background:url(../img/logo_06.png) no-repeat;
	background-size:100% 100%;
}

/*.holder span { margin: 0 5px; }*/