@charset "utf-8";
/* CSS Document */


.holder {
	margin: 15px 15px 0 15px;
	float:right; display:inline-block;
}

.holder a {
	font-size: 16px;
	cursor: pointer;
	margin: 0 3px;
	color: #b8d12c;
	height:22px; line-height:22px;
	display:inline-block;
	float:left;
}

.holder a:hover {
	color: #006139;
	text-decoration:underline;
	
}

.holder a.jp-previous { margin-right: 10px; }
.holder a.jp-next { margin-left: 10px; }

.holder a.jp-current, a.jp-current:hover { 
	color: #006139;
	text-decoration:underline;
}

.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 3px; float:left; display:inline-block; }

.holder a.jp-previous,.holder a.jp-next{ width:23px; height:22px; }
.holder a.jp-previous{ background:url(../images/cookbook/arr_l.png) no-repeat; }
.holder a.jp-next{ background:url(../images/cookbook/arr_r.png) no-repeat; }
















