#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: 200px;
    padding: 0;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #fff;
    color: #FFF;
	/*
    -webkit-box-shadow: inset 0 0 0px 2px #ddd;
    -moz-shadow: inset 0 0 0px 2px #ddd;
    box-shadow: inset 0 0 0px 2px #ddd;
	*/
	border-right:#ddd;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
	
}