#pageslide {/* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    background:#FFF url(../../images/loading.gif) no-repeat 50% 10%;/* Specify the width of your pageslide here */
    width: 800px;
    padding: 0px;/* These styles are optional, and describe how the pageslide will look */
    /* background-color: #333; */
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #efefef;
    -moz-shadow: inset 0 0 5px 5px #efefef;
    box-shadow: inset 0 0 5px 5px #efefef;
}