#preloader {
    width: auto;
    height: auto;
    overflow: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 8010;
    background: url('../images/preloader/overlay.png');
    display: none;
}
#loading div {
    width: 44px;
    height: 44px;
    background: url('../images/preloader/loading.gif') center center no-repeat;
}
#loading{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
    background-image: url('../images/preloader/sprite.png');
}
