.calcite .Pagination {
}

.calcite .Pagination_PageAndArrows {
    position: absolute;
    top: 0;
    bottom: 45px;
    left: 0;
    right: 0;
}

.calcite .Pagination_Triangle {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 60px;
    margin-top: -30px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.calcite .Pagination_Items {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;

    left: 50px;
    right: 50px;
}

.calcite .Pagination_Bullets {
    position: absolute;
    bottom: 0px;
    left: 80px;
    right: 80px;

    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color:#d1d1d1;
}

.calcite .Pagination_Bullet {
    font-size: 25px;
    font-weight: bold;
    margin: 0 3px;
    cursor: pointer;
}

.calcite .Pagination_BulletCurrent {
    color: #898989;
}

.calcite .Pagination_SlideAnim {
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.calcite.Pagination_SlideAnim > div {
    display: inline-block;
    width: 100%;
    white-space: normal;
    vertical-align: top;
}

.calcite .Pagination_SlideForward {
    animation-name: MoveLeft;
    -webkit-animation-name: MoveLeft;
}

.calcite .Pagination_SlideBackward {
    animation-name: MoveRight;
    -webkit-animation-name: MoveRight;
}

.calcite .Pagination_FadeAnim {
    position: absolute;
    width: 100%;
    top: 0;
}


