/*********************** SCROLLERS ***********************/
#page3 #txtarea {
        width:340px;
        height:250px;
        display:block;
        margin-left:4px;
        padding-left:4px;
        color: #111111;
}
#page3 #txtarea {
        width:340px;
        height:250px;
        display:block;
        margin-left:4px;
        padding-left:4px;
        color: #111111;
         
}
.root     {
    position:absolute;
    height:      240px;
    width:       200px;
    padding:     0px 0px 8px 7px; 
    background-color: #FFF8EB; 
    }
#page1 .root {
    position:absolute;
    height:      240px;
    padding:     0px 0px 8px 7px;
    background:  none;

}
#page3 .root {
    position:absolute;
    height:      240px;
    padding:     0px 0px 8px 7px;
    background:  none;
    color: #000000;

}
#page4 .root     {
    position:absolute;
    height:      255px;
    width:       352px;
    padding:       0px 0px 8px 7px;
    color: #000000;
    }

.root p   {
    margin:      10px 10px 5px 10px;
    }
.thumb     {
    position:      absolute;
    height:      9px;
    width:      15px;
    left:       10px;
    }
.holder {
    position: absolute;
    width: 15px;
    background-color: #FFF8EB;
}
.up, .dn   {
    position:      absolute;
    left:       10px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer { 
    position:     absolute; 
    left:      2px; 
    top:      19px; 
    width:      350px; 
    height:      200px; 
    clip:      rect(0, 467, 200, 0); 
    overflow:      auto;
    background-color: #FFF8EB; 
    }
#page1 .scrollContainer {
    position:     absolute;
    left:      2px;
    top:      19px;
    width:      350px;
    height:      200px;
    clip:      rect(0, 467, 200, 0);
    overflow:      auto;
    background: none;
    }
#page3 .scrollContainer {
        left:0px;
        top:0px;
        width:300px;
        height:140px;
        clip:rect(0, 390px, 304px, 0);
        overflow:hidden;
        left: 0px;
        top: 0px;
/*
    position:     absolute;
    left:      2px;
    top:      19px;
    width:      420px;
    height:      210px;
    clip:      rect(0, 467, 200, 0);
    overflow:      auto;
    background: none;
*/
    }
.scrollContent { 
    position:      relative; 
    left:      0px; 
    top:      0px; 
    width:      100px;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    color: #000000;
    background-color: #FFF8EB;
    text-align: left;
    }
#page1 .scrollContent 
    position:      relative;
    left:      0px;
    top:      0px;
    width:      200px;
    background: none;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    text-align: left;
    }
#page3 .scrollContent
    position:      relative;
    left:      0px;
    top:      0px;
//    width:      200px;
    background: none;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    text-align: left;
    }
#textscroller{
    position: absolute;
    float: left;
}
#page4 #textscroller{
    background-color: #FFF8EB;
    position: absolute;
    float: left;
}
#page3 #textheading {
        color:#000000;
        font-size:17px;
        font-weight:bold;
        text-align:center;
}


