/* 페이지네이션 CSS */
body #mb_top .mb-board .mb-style1 .pagination-box td a {
	background:none !important;
}
body #mb_top .mb-board .mb-style1 .pagination-box td:not(.mb-disabled) a:hover {
	background-color:rgba(238,238,238,0.3) !important;
}
body #mb_top .mb-board .mb-style1 .pagination-box td.page_arrow a {
	padding:0px !important;
}
body #mb_top .mb-board .mb-style1 .pagination-box td.page_arrow img {
	display:none !important;
}
body #mb_top .mb-board .mb-style1 .pagination-box td.page_arrow .btn-start span {
	display:inline-block;
	width:26px;
	height:26px;
	background:url(/wp-content/plugins/mangboard/skins/bbs_basic/images/icon_arrow_left2.gif) no-repeat center center !important;
}
body #mb_top .mb-board .mb-style1 .pagination-box td.page_arrow .btn-prev span {
	display:inline-block;
	width:26px;
	height:26px;
	background:url(/wp-content/plugins/mangboard/skins/bbs_basic/images/icon_arrow_left.gif) no-repeat center center !important;
}
body #mb_top .mb-board .mb-style1 .pagination-box td.page_arrow .btn-next span {
	display:inline-block;
	margin-left:1px !important;
	width:25px;
	height:26px;
	background:url(/wp-content/plugins/mangboard/skins/bbs_basic/images/icon_arrow_right.gif) no-repeat center center !important;
}
body #mb_top .mb-board .mb-style1 .pagination-box td.page_arrow .btn-end span {
	display:inline-block;
	margin-left:1px !important;
	width:25px;
	height:26px;
	background:url(/wp-content/plugins/mangboard/skins/bbs_basic/images/icon_arrow_right2.gif) no-repeat center center !important;
}
body #mb_top .mb-board .mb-style1 .pagination-box td a {
	font-size:13px;
	font-weight:400 !important;
	display:inline-block;
	line-height:26px;
	width:auto;
	height:28px;
	min-width:28px;
	min-height:28px;
	padding:0 1px 0 2px !important;
	vertical-align:top !important;
	text-align:center;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-khtml-border-radius:100%;
	border-radius:100%;
	border:1px solid #eee;
}
body #mb_top .mb-board .mb-style1 .pagination-box td.active a {
	display:inline-block;
	line-height:26px;
	width:auto;
	height:28px;
	min-width:28px;
	min-height:28px;
	padding:0 1px 0 2px !important;
	vertical-align:top !important;
	text-align:center;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-khtml-border-radius:100%;
	border-radius:100%;
}
body #mb_top .mb-board .mb-style1 .pagination-box td.active a {
	background-color:#555555 !important;
	border:1px solid #555555 !important;
}
body #mb_top .mb-board .mb-style1 .pagination-box td.active a:hover {
	background-color:#555555 !important;
}
body #mb_top .mb-board .mb-style1 .pagination-box td.active a {
	color: #ffffff !important;
}