@charset "utf-8";
/* CSS Document */

.holder {
	margin-top:50px;
	border-top:1px solid #DDDDDD;
	padding-top:20px;
	width:754px;
	height:39px;
	color:#2F2F2F;
}
.holder a {
	float:left;
	cursor:pointer;
	margin:0 5px;
	color:#2F2F2F;
	border:1px solid #D8D8D8;
	border-bottom:inherit;
	background:url(../images/bg/button.png);
	width:30px;
	height:27px;
	padding-top:10px;
}
.holder a.jp-previous {
	margin-left:inherit;
	float:left;
	background:url(img/previous.png) no-repeat;
	width:77px;
	height:39px;
	border:none;
}
.holder a.jp-next {
	margin-right:inherit;
	float:left;
	background:url(img/next.png) no-repeat;
	width:51px;
	height:39px;
	border:none;
}
.holder a:hover {
    color:#000;
	font-weight:bold;
}
.holder a.jp-current,a.jp-current:hover {
    color:#2F2F2F;
	font-weight:bold;
    cursor:pointer;
}
.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:pointer;
}
.holder span {
    margin: 0 5px;
}