#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: 280px;
    padding: 20px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background: #426567 url('../img/bg_panel.jpg') top left repeat;
    box-shadow: inset 0 0 3px 1px #587a7f;
    -webkit-box-shadow: inset 0 0 3px 1px #587a7f;
    -moz-shadow: inset 0 0 3px 1px #587a7f;
    color: #FFFFFF;
    overflow: scroll;
}