#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: 260px;*/
    width: 80%;
	overflow:auto;
    /*padding: 20px;*/
    padding: 0;
    
    /* These styles are optional, and describe how the pageslide will look */
    /*background-color: #333;
    color: #FFF;*/
    background: #291f1d url(../images/bgSideMenu.png) left top repeat;
    color: #333;
    /*-webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;*/
    -webkit-box-shadow: 0 0 7px 0 #555;
    -o-box-shadow: 0 0 7px 0 #555;
    -moz-shadow: 0 0 7px 0 #555;
    box-shadow: 0 0 7px 0 #555;
}