#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
	left:0;
    height: 100%;
    z-index: 999999;
	overflow-y:auto;
	overflow-x:hidden;
	border-right:3px solid #00A2E8;
	marign:0;
	outline:none;
	right:0;
    
    /* Specify the width of your pageslide here */
    width: 277px;
    padding:0px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #FFFFFF;
}