#pageslide {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 500; 
    /* Specify the width of your pageslide here */
	width:260px;
    /* These styles are optional, and describe how the pageslide will look */
    color: #333;
	background:#666;
    /*-webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;*/
}
#closearea{
	position:absolute;
	right:-60px;
	top:0px;
	height:100%;	
}
#closearea a{
	display:block;
	height:100%;
	min-height:400px;
	width:60px;
    z-index: 999999;
	/*background:#000;*/
}
#closearea a span,#closearea2 a span{
	display:none;
}

