#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:517px;
    padding: 0;
	margin:0;/* Modified Nov 20*/
	overflow-x:hidden;
	overflow-y:auto;
    
    /* These styles are optional, and describe how the pageslide will look */
    -webkit-box-shadow: inset 0 0 5px #222;
    -moz-box-shadow: inset 0 0 5px #222;
    box-shadow: inset 0 0 5px #222;
    
    -webkit-overflow-scrolling: touch;
}


#sideMenu {
display: none;
}


