/*.holder {
	margin: 15px 0;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
}

.holder a:hover {
	background-color: #222;
	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; }
*/

.holder {
    /*margin: 5px 0 40px 0;*/
	
    width: 95%;
    /*padding: 0 0 0 10%;*/
    margin:20px auto;
    padding:auto;
    text-align:center;
    /*background:#f00;*/
  }
  .holder a {
    font-size: 14px;
    cursor: pointer;
    margin: 0 1px;
    color: #333;
    width: 10px;
    height:10px;
    border:1px solid #bcbcbd;
    padding:1px 6px;
	white-space: nowrap;
  }
  .holder a:hover {
    background: #2ca6e0;
    color: #fff;
  }
  .holder a.jp-previous { margin-right: 15px; display: none;}
  .holder a.jp-next { margin-left: 15px; display: none;}
  .holder a.jp-current, a.jp-current:hover {
    color: #FFF;
    font-weight: bold;
    background: #2ca6e0;
    width: 10px;
    height:10px;
    border:1px solid #bcbcbd;
    padding:1px 6px;
  }
  .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 1px;width:350px;word-wrap: break-word;}

  .jp-current{
    color: #FFF;
    font-weight: bold;
    background: #2ca6e0;
    width: 10px;
    height:10px;
    border:1px solid #bcbcbd;
    padding:1px 6px;
  }
  