#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 70%;
    padding: 0px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #e5daaf;
    color: #FFF;
/*    
    -webkit-box-shadow: inset 0 0 5px 5px #999;
    -moz-shadow: inset 0 0 5px 5px #999;
    box-shadow: inset 0 0 5px 5px #999;
  */  
    
-webkit-box-shadow: inset -5px 5px 5px -5px rgba(0,0,0,0.75);
-moz-box-shadow: inset -5px 5px 5px -5px rgba(0,0,0,0.75);
box-shadow: inset -5px 5px 5px -5px rgba(0,0,0,0.75);    
}