.page {
  width: 130px;
  height: 50px;
  background: url(../img/page/page-bg.png) no-repeat; }
  .page__a {
    width: 65px;
    height: 50px;
    display: block;
    float: left; }
  .page__prior {
    background: url(../img/page/prior.png) center center no-repeat; }
    .page__prior:hover, .page__prior.page__a--curr {
      background: url(../img/page/prior-curr.png) center center no-repeat; }
  .page__next {
    background: url(../img/page/next.png) center center no-repeat; }
    .page__next:hover, .page__next.page__a--curr {
      background: url(../img/page/next-curr.png) center center no-repeat; }
