#scrollholder
{
    position: relative;
    width: 199px; height: 490px;
    overflow: hidden;
    z-index: 0;

}

#scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
	/* height:1500px; */
    z-index: 1;
}

#scrollholder2
{
    position: relative;
    width: 380px; height: 300px;
    overflow: hidden;
    z-index: 0;

}

#scroll2
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
	/* height:1500px; */
    z-index: 1;
}

/* <Scroll> */
#scrollholder .track
{
    position: relative;
    float:right;
    top: 0; 
    width: 10px; height: 100%;
    font-size: 0;
    z-index: 1;
	/* background:url(../../res/layout/scroll.png); */
	background:#200;
	border:1px inset #8f0000;
}

#scrollholder .drag_bar
{
    position: absolute;
    width: 8px; height: 14px;
    cursor: pointer;
    z-index: 1;
    background-color: #C00;	
	border:1px outset #C00;
	background-attachment:fixed;	
}  

#scrollholder2 .track
{
    position: relative;
    float:right;
    top: 0; 
    width: 12px; height: 100%;
    font-size: 0;
    z-index: 1;
	/* background:url(../../res/layout/scroll.png); */
	background:#EEE;
	
}

#scrollholder2 .drag_bar
{
    position: absolute;
    width: 12px; height: 14px;
    cursor: pointer;
    z-index: 1;
    background-color: #AAA;	
	background-attachment:fixed;	
} 
