.root     {
    position:relative;
    height:      322px;
    width:      518px;
	border: 0px solid #000000;
    }
.thumb     {
    position:      absolute;
    height:      9px;
    width:      15px;
    left:       0px;
    }
.up, .dn   {
    position:      absolute;
    left:       0px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer { 
    position:      absolute; 
    top:      19px; 
    width:      518px; 
    height:      322px; 
    clip:      rect(0 600 300 0); 
    overflow:      auto; 
	border: 0px solid #000000;
    }
.scrollContent { 
    position:      absolute; 
    left:      0px; 
    top:      0px; 
    width:      100px; 
    }
