﻿@charset "utf-8";
.holder {width:100%; margin:10px 0; text-align:center }
.holder a {	font-size: 14px; cursor: pointer; line-height:22px; padding: 6px 8px; margin:0 1px; border:1px solid #CCC; color: #333;}
.holder a:hover {background-color: #30a85e;color: #fff;}
.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }
.holder a.jp-current, a.jp-current:hover { color: #FF4242;	font-weight: bold;}
.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 5px; }