#pageslide {
    /* These styles MUST be included. Do not change. */
    overflow: auto;
	-webkit-overflow-scrolling: touch;
    display: none;
	position: absolute;
	position: fixed;
    top: 60px;
	height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
/*	width: 260px; */
	width: 50%;
/*	padding: 20px; */
    
    /* These styles are optional, and describe how the pageslide will look */
/*	background-color: #333; */
/*	color: #FFF; */
	background-color: #FFFFFF;
	color: #000;
	border:1px solid #DCDCDC;
/*    -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; */
}