#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;
	color: #FFF;
	background-image: url(../images/left_bg1p.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;/*	-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;*/
}