.pagerBar {
    font-size: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.pagerBar a {
    display: inline-block;
    font-size: 12px;
    color: #49525c !important;
    text-decoration: none;
    letter-spacing: 1px;
}
.pagerBar a:hover,
.pagerBar a:hover {
    text-decoration: none;
}

.nextArrow, .prevArrow {
    border-radius: 3px;
    border: 1px #dadada solid;
    white-space: nowrap;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.nextArrow:hover,
.prevArrow:hover {
    color: #000000;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.nextArrow:active,
.prevArrow:active,
.nextArrow.active,
.prevArrow.active {
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.nextArrow:active img,
.prevArrow:active img,
.nextArrow.active img,
.prevArrow.active img {
    padding-top: 6px;
}
.nextArrow span,
.prevArrow span {
    width: 24px;
    height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #c4272e;
    border: 2px solid white;
    border-radius: 3px;
    opacity: 0.8;
}
.nextArrow:hover span,
.prevArrow:hover span {
    opacity: 1;
}


.nextArrow img, .prevArrow img {
    padding-top: 5px;
    padding-right: 1px;
}
.nextArrow img {
    padding-left: 2px;
}
.pager>span,
.pager>a {
    display: inline-block;
    width: 40px;
    line-height: 28px;
    text-align: center;
    vertical-align: top;
}

.pager>a {
    width: 40px;
}

.currentPage {
    margin-top: 2px;
    border-radius: 1px;
    display: inline-block;
    white-space: nowrap;
}
.currentPage:last-child {
    margin-right: 10px;
}
.currentPage:first-child {
    margin-left: 10px;
}
.currentPage input[type='textfield'] {
    width: 40px;
    height: 20px;
    background: transparent;
    border: none;
    color: #6083a9;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
    outline: none;
    border: 1px #dadada solid;
}
.currentPage input[type='textfield']:focus {
    border-color: #3c4650;
    outline: none;
}

.pager>a:hover .notCurrentPage,
a.firstPage:hover .notCurrentPage,
a.lastPage:hover .notCurrentPage {
    color: #c4272e;
}