


#fixed_menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #000;
    z-index: 100000;
    font-size: 12px;
    text-align: left;
    font-family: "arial", "sans-serif";
}

#fixed_menu a:link, #fixed_menu a:active, #fixed_menu a:visited, #fixed_menu div {
    color: #fff;
    padding: 5px 10px 6px 10px;
    display: inline-block;
    border-top: 2px solid #000;
    text-decoration: none;
    font-family: "arial", "sans-serif";
}

#fixed_menu a:hover, #fixed_menu div:hover {
    background-color: #333333;
    border-top: 2px solid #BB0000;
    text-decoration: none;
    font-family: "arial", "sans-serif";
}


#navcontainer {
    color:#000;background:#fff; 
    background-image: url(../imgs/bookshelf_frontend2.jpg); 
    background-position: 0px 0px; 
    background-repeat: repeat-y;
    margin-top:25px;
    width:100%;
    z-index: 100000;
}

.container.bookshelf {
    padding: 9px 0px 5px 0px;
    text-align: center;
}


a img {
    -moz-box-shadow: 3px 0px 5px #000;
    -webkit-box-shadow: 3px 0px 5px #000;
    box-shadow: 3px 0px 5px #000;
    border: none;
}


#toggleNavigationBtn1 {
    position:fixed;
    left:50%;
    top: 0px;
    z-index: 100000;
    padding: 6px 20px 6px 20px;
    background-color: #000;
    color: #fff;
    display:inline;
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
    cursor: pointer;
    font-family: "arial", "sans-serif";
    font-size:12px;
	margin-left:-70px;
}


#toggleNavigationBtn2 {
    cursor: pointer;
    font-family: "arial", "sans-serif";
    z-index: 100000;
}


#auto_login {
    display: block;
    position: fixed;
    right: 0;
    text-align: right;
    top: 0;
    cursor: pointer;
}


#toggleEditorBtn {
    cursor: pointer;
    font-family: "arial", "sans-serif";
}


#prevBtn {
    position:fixed;
    left:0px;
    height:100%;
    z-index: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    display:block;
    padding:10px;
    cursor: pointer;
    top: 0px;
    background: url("../imgs/pfprev.png") no-repeat scroll center center #000000;
    width:20px;
    opacity: 0;
}

#prevBtn a:link, #prevBtn a:hover, #prevBtn a:active, #prevBtn a:visited {
    color: #fff;
}


#nextBtn {
    position:fixed;
    right:0px;
    height:100%;
    z-index: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    display:block;
    padding:10px;
    cursor: pointer;
    top: 0px;
    background: url("../imgs/pfnext.png") no-repeat scroll center center #000000;
    width: 20px;
    opacity: 0;
}

#nextBtn:hover, #prevBtn:hover {
    opacity: 0.9;
}

#nextBtnClass:hover {
    opacity: 0.9;
}





.nextBtn a:link, #nextBtn a:hover, #nextBtn a:active, #nextBtn a:visited { 
    color: #fff;
}
