
.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
position: relative;
width: 202px;
font-size:11px; 
color:#006aae;
height: 178px; /* Set height to be able to contain height of largest content shown*/
padding:0 15px;
overflow: hidden;
}

.fadecontentwrapper h2{ font-size:12px; font-weight:bold; color:#fff;}
.fadecontentwrapper span{ color:#7993a2; font-size:10px; font-weight:lighter;}

.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;
padding: 15px;
background:#c7d2d6 url(images/testimonials_background.gif) repeat-x top;
visibility: hidden;
width: 202px;
}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */

background:#dde2e6;
overflow: hidden;
padding:5px;
}

.fadecontenttoggler a{ /*style for every navigational link within toggler */
text-decoration: none;
padding: 0 10px;
float: left;
display: block;
font-weight: bold;
color: #587585;
}

.fadecontenttoggler a:hover{color: #006bac;}

.fadecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.fadecontenttoggler a.prev, .fadecontenttoggler a.next{ border:0;}

.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{ background:none;}

.fadecontenttoggler a.selected{ background: #c6d1d7; color: #fff;
}



