#pageslide{
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 500;
    width:50%;
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    -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;
}

#pageslide-left, #pageslide-right{
    display:none;
    height:100%;
}
#pageslide-right{
    border-left:2px solid black;
}

#openTutorial{
    position:fixed;
    left:0;
    top:50%;
    margin-top:-100px;
    width:50px;
    height:200px;
    background-image:url('../../images/tutorial_bar_r.png');
    z-index:999;
    cursor:pointer;
}
#openTutorial.tutorial_attention{
    background-image:url('../../images/tutorial_bar_r_on.png');
}