#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: 220px;
    padding: 0px;
    
    /* These styles are optional, and describe how the pageslide will look */
/*    background-color: #111122	;*/
    color: #FFF;
	border-right:1px solid #000000;
 /*   -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; */

/*	padding-bottom:10000px;
	margin-bottom:-10000px;*/


}