.fadecontentwrapper{
position: relative;
width: 670px;
height: 250px;
border: 0px solid #000000;
overflow: hidden;
}

.fadecontent{
position: absolute;
background: white;
padding: 10px;
visibility: hidden;
width: 79%px;
}

.fadecontenttoggler{
width: 79%px;
border: 1px solid #000000;
border-top-width: 1px;
overflow: hidden;
}

.fadecontenttoggler a{
text-decoration: none;
border-right: 1px solid #000000;
padding: 0 9px;
float: left;
display: block;
font-weight: bold;
color: black;
}

.fadecontenttoggler a:hover{
background: #00aff0;
color: white;
}

.fadecontenttoggler a.toc{
}

.fadecontenttoggler a.prev, .fadecontenttoggler a.next{
color: black;
}

.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{
color: white;
background: black;
}

.fadecontenttoggler a.selected{
background: #00aff0;
color: white;
}