/**
 * jQuery jPages v0.7
 * Client side pagination with jQuery
 * http://luis-almeida.github.com/jPages
 *
 * Licensed under the MIT license.
 * Copyright 2012 Luís Almeida
 * https://github.com/luis-almeida
 * MetInfo modified based on version 0.7
 */
.holder{margin:10px 0;text-align:center;}
.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;}