.main-container
{
  background-color: transparent;
}

.pager__item
{
    float: left;
    margin-left: 10px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    -webkit-tap-highlight-color: transparent;
    background-image: url(/themes/THEMENAME/img/arrows_wim.svg);
    background-repeat: no-repeat;
    background-size: 40px;
}

.pager__item a
{
    text-indent: -999999999px;
}

.pager__item--previous
{
  margin-left: 0;
  background-position-y: -40px;
}

.pager li > a, .pager li > span {
    display: block;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.pager li > a:hover, .pager li > a:focus
{
  background-color: transparent;
}

.pager__item:hover, .pager__item:active, .pager__item:focus
{
  background-color: #fff;
}