.root     
{
    position:relative;
    height:      200px;
    width:      100%;
    /*margin:       0px 0px 8px 0px;*/
}

.root p   
{
    margin:      0;
}
    
.thumb     
{
    position:      absolute;
    height:      11px;
    width:      15px;
    left:       12px;
    margin-top: 3px;
    margin-left: 1px;
    z-index: 1;
}

.up, .dn   
{
    position:      absolute;
    left:       10px;
    z-index: 1;
}

.thumb_bg
{
    position:      absolute;
    top:       9px;
    left:       199px;
    height:      182px;
    width:      9px;
    background-color: #D5CBB2;
    z-index: 0;
}

.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img
{
    border:      0;
}

.scrollContainer 
{ 
    position:      absolute; 
/*
    left:      0; 
    top:      0px; 
    width:      100px; 
    height:      100px; 
    clip:      rect(0 467 200 0);
*/
    overflow:      auto; 
}

.scrollContent 
{ 
    position:      absolute; 
    left:      0px; 
    top:      0px; 
    width:      250px; 
}
