/*********************** SCROLLERS ***********************/

.root     {
    position:relative;
    height:      151px;
    width:      259px;
    margin:       0px 0px 0px 0px;    
    }
.root p   {
    font-family:Arial, Helvetica, serif; font-size:12px; color:#2e3092; font-weight:bold; padding-top:0px; margin-top:0px;


    }
.thumb     {
    position:      absolute;
    height:      27px;
    width:      27px;
    left:       27px;
    }
.up, .dn   {
    position:      absolute;
    left:       100px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer { 
    position:      absolute; 

    left:      2px; 
    top:      2px; 
    width:      259px; 
    height:      141px; 
    clip:      rect(0 226 151 0); 
    overflow:      auto; 

    }
.scrollContent { 
    position:      absolute; 
    left:      110px; 
    top:      5px; 
    width:      259px; 
    }

