.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
position: relative;
width: 908px;
height: 342px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid maroon;
overflow: hidden;
}

.fadecontent{ /*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any) */
position: absolute;
background: white;
padding-right: 0px;
padding-left: 0px;
padding-top: 0px;
visibility: hidden;
width: 908px;
}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
position: absolute;
margin-top:-326px;
margin-left:25px;
z-index:900;
width: 500px;
overflow: hidden;
}

.fadecontenttoggler a.toc:hover{
text-decoration: none;
display:block;
color: #FF0000;
font-size:12px;
font-weight: bold;
}

.fadecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
text-decoration: none;
display:block;
color: #000000;
font-size:12px;
font-weight: bold;
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #FF0000;
}