/**
 * BelVG LLC.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
 *
 *******************************************************************
 * @category   Belvg
 * @package    Belvg_Ajaxtoolbar
 * @version    1.0.0
 * @copyright  Copyright (c) 2010 - 2012 BelVG LLC. (http://www.belvg.com)
 * @license    http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
 */
#blvg-page-loader {
    width: 100%;
    height: 50px;
    background: url(../../images/belvg/ajaxtoolbar/ajax-loader-bar.gif) no-repeat scroll 50% 50% transparent;
}
.prettyLoader {
    background: url(../../images/belvg/ajaxevents/ajax-loader.gif) center center no-repeat #fff;
    height: 33px;
    position: absolute;
    width: 33px;
    z-index: 30000;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 1);
}
.pl_ie6 { 
    background-image: url(../../images/belvg/ajaxevents/ajax-loader.gif); 
}
#ajaxtoolbar-back {
    position: fixed;
    cursor: pointer;
    opacity: 0;
}
.blvg-next-button {
    text-align: center;
}