#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: 250px;
	/* These styles are optional, and describe how the pageslide will look */
		padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow-y: scroll;
	background-image: url(../images/bg-content-center2-2.gif);
	background-repeat: repeat;
	background-position: left -10px;
  margin-bottom: 10px;
  height: 100%;
}