#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
/*  position: absolute;*/
    position: fixed;
	z-index: 999999999;
    top: 0;
    height: 100%;
    z-index: 999;
/*	border-right: 1px solid #666;*/
    
    /* Specify the width of your pageslide here */
    width: 120px;
    padding: 0px 10px 10px 0px;
	/*box-sizing: border-box; -moz-box-sizing: border-box;*/
    
    /* These styles are optional, and describe how the pageslide will look */


/*	background: url(/images/bg_main_plain_small.jpg) repeat-y center top;*/
	background-color: rgba(0,0,0,.45);

/*	background-color: #333;*/
    color: #FFF;
/*    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.3);*/
/*    -moz-shadow: inset 0 0 5px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.1);*/
}