.pager{
    margin-top: 1em;
    margin-bottom: 1em;
    vertical-align: middle;
}
.pagerBar {
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.pagerBar a {
    color: #49525c !important;
    text-decoration: none;
}
.pagerBar a:hover,
.pagerBar a:hover{
    text-decoration: none;
}

.pagerBar a:hover .nextArrow, 
.pagerBar a:hover .prevArrow {
    background: white;
}

.nextArrow, .prevArrow {
    border-radius: 3px;
    border: 0.1em #dadada solid;
    padding: 0em;
    white-space: nowrap;
    display: inline-block;
    font-size: 1em;
    background-image: linear-gradient(bottom, rgb(232,232,232) 19%, rgb(255,255,255) 80%);
    background-image: -o-linear-gradient(bottom, rgb(232,232,232) 19%, rgb(255,255,255) 80%);
    background-image: -moz-linear-gradient(bottom, rgb(232,232,232) 19%, rgb(255,255,255) 80%);
    background-image: -webkit-linear-gradient(bottom, rgb(232,232,232) 19%, rgb(255,255,255) 80%);
    background-image: -ms-linear-gradient(bottom, rgb(232,232,232) 19%, rgb(255,255,255) 80%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.19, rgb(232,232,232)),color-stop(0.8, rgb(255,255,255)));
}

.nextArrow span, .prevArrow span{
    width: 1.8em;
    line-height: 1.8em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.nextArrow span,
.prevArrow span{
    color: #c4272e;
    border: 2px solid white;
    border-radius: 3px;
}


.nextArrow img, .prevArrow img {
    width: 0.5em;
}
.pager>span,
.pager>a{
    display: inline-block;
    width: 2em;
    line-height: 2em;
    text-align: center;
    vertical-align: top;
}

.currentPage {
    color: #c4272e;
    border-radius: 1px;
    border: 0.1em #dadada solid;
    display: inline-block;
    white-space: nowrap;
    background-image: linear-gradient(bottom, rgb(255,255,255) 19%, rgb(247,247,247) 80%);
    background-image: -o-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(247,247,247) 80%);
    background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(247,247,247) 80%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(247,247,247) 80%);
    background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(247,247,247) 80%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.19, rgb(255,255,255)),color-stop(0.8, rgb(247,247,247)));
}

.pagerBar a:hover .notCurrentPage {
    color: #c4272e;
}