#pageslide {
	/* These styles MUST be included. Do not change. */
	display: none;
	-webkit-overflow-scrolling : touch;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	/* Specify the width of your pageslide here */
	width: 100%;
	/* These styles are optional, and describe how the pageslide will look */
	color: #eeeeee;
	-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-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	overflow-y: scroll;
	background: #fff;
	border: 0px solid #eeeeee;
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa;
	box-shadow: 0px 0px 4px #aaa;
	margin-bottom: 10px;
}