﻿    .textFader
    {
        width: 100%;
        height: 230px;
    }
    
    .textFader .links
    {
        width: 260px;
        vertical-align: top;
    }
    
    .sectionLink,
    .sectionLinkActive
    {
        display: block;
        width: 240px;
        padding: 6px;
       
    }
    
    .textFader .content
    {
        vertical-align: top;
        padding: 6px;
    }
    
    .textFader .contentSection
    {   
        width: 440px;
        height: 200px;
        overflow: hidden;
        position: absolute;
        padding-right: 10px;
        display: none;
    }
    
    .textFader .scrollArrows
    {
        position: absolute;
        border-top: solid 1px #333;
        width: 440px;
        margin-top: 210px;
        padding-top: 2px;
        text-align: right;
    }
    
    .textFader .scrollArrows a img
    {
        border: 0px;
    }

