@charset "utf-8";

/*
 * NoGray JavaScript Library
 *
 * Copyright (c), All right reserved
 * Gazing Design - http://www.NoGray.com
 * Free to use as long as the copyrights
 * notice is not removed. For customization
 * or installation service, please contact
 * us at http://www.nogray.com/contact.php
 */

.endless-paging {
    background: #edeff4;
    border: solid #d8dfea 1px;
    padding: 5px;
    clear: both;
}

.endless-load-more {
    color: #516aa8;
    font-size: smaller;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.endless-loading.endless-paging .endless-load-more {
    visibility: hidden;
}

.endless-clear-pages {
    height: 1px !important;
    float: none !important;
    clear: both !important;
    overflow: hidden !important;
    min-height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}


/* image from ajaxload.info */

.endless-loading.endless-paging {
    background: url(../images/endless_loading.gif) no-repeat center center #edeff4;
}

.page-number {
    position: absolute;
    display: block;
    list-style: none;
    right: -75px;
    padding: 5px;
    background: #efefef;
    color: #666666;
    font-weight: bold;
    font-size: small;
}
