.root     {
    position:relative;
    margin:       0px 0px 8px 7px;    
    }
.root p   {
    /* margin:      10px 10px 5px 10px;*/
    }
.thumb     {
    position:      absolute;
    height:      9px;
    width:      15px;
    left:       0;
    }
.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:      420px; 
    height:      350px; 
    clip:      rect(0 450 200 0); 
    overflow:      auto;  
    }
.scrollContent { 
    position:      absolute; 
    left:      0px; 
    top:      0px;  
}


.ScrollBar{
	width:30px; 
	height:330px; 
	position:absolute; 
	left:416px; 
	top:30px; 
	z-index:0;
	background-image:url(../images/slider/bottom-arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.ScrollBar div{
	margin-left:50%;
	height:96%;
	background-color:#ffdf04; 
	width:1px;
}
