.pager-wrap {
  float         : left;
  padding       : 0px 35px;
  border        : 1px solid #d2d1d1;
  border-radius : 3px;
}

.pager-wrap .modern-page-current,
.pager-wrap a {
  float      : left;
  color      : #777;
  padding    : 0;
  margin     : 0;
  list-style : none;
  text-decoration: none;
}
.pager-wrap .modern-page-current,
.pager-wrap a {
  width       : 55px;
  height      : 45px;
  line-height : 45px;
  text-align  : center;
}
.pager-wrap li.num a {
  color           : #1a1a18;
  text-decoration : none;
}
.pager-wrap .modern-page-current {
  width         : 55px;
  height        : 45px;
  line-height   : 45px;
  text-align    : center;
  border-radius : 3px;
  color         : #fff;
  background    : #fa8b2c;
  background    : -webkit-gradient(linear, 0 0, 0 bottom, from(#fa8b2c), to(#eb631e));
  background    : -webkit-linear-gradient(#fa8b2c, #eb631e);
  background    : -moz-linear-gradient(#fa8b2c, #eb631e);
  background    : -ms-linear-gradient(#fa8b2c, #eb631e);
  background    : -o-linear-gradient(#fa8b2c, #eb631e);
  background    : linear-gradient(#fa8b2c, #eb631e);
}