#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 90px;
    height: 70%;
    z-index: 5;
	overflow : auto;
    
    /* Specify the width of your pageslide here */
    width: 260px;
    padding: 10px;
	white-space: nowrap;

    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #F3F3F3;
    -webkit-box-shadow: inset 0 0 5px 5px #ccc;
    -moz-shadow: inset 0 0 5px 5px #ccc;
    box-shadow: inset 0 0 5px 5px #ccc;
}