﻿.clear {
    clear: both
}

.arrowStyle {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    border: 5px solid transparent
}

.arrow-left {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    border: 5px solid transparent;
    border-right: 5px solid #4e4e4e;
    margin-left: 10px;
    margin-top: 12px
}

.arrow-right {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    border: 5px solid transparent;
    border-left: 5px solid #4e4e4e;
    margin-left: 16px;
    margin-top: 12px
}

.pages {
    padding: 20px 0 20px;
    width: 100%;
    text-align: center;
    clear: both;
}
.pages a {
    color: #666;
    padding: 0 15px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.pages * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}
.pages a:hover, .pages .active a{
    display: inline-block;
    color: #fff;
    background: #3f75fb;
    border-color: #3f75fb;
}