div.scrollholder
{
	position: relative;
	height: 100%;
	width: 75px;
	overflow: auto;
	left:0px;
	top: 0px;
	z-index: 1;    /*background-color: #f3f3f3;*/
}

div.scroll
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 95%;
	float:right;
	z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 3px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #333333;
}

div.drag_bar
{
    position: absolute;
    width: 3px; height: 4px;
    cursor: pointer;
    z-index: 4;
    background: white;
}  

div.scrollholder2
{
	position: relative;
	height: 100%;
	width: 98%;
	overflow: auto;
	left:0px;
	top: 0px;
	z-index: 1;    /*background-color: #f3f3f3;*/
	border:0px solid red;
}

div.scroll2
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 98%;
	z-index: 2;
}

/* <Scroll> */
div.track2
{
    position: relative;
    float:right;
    top: 0; 
    width: 3px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #333333;
}

div.drag_bar2
{
    position: absolute;
    width: 3px; height: 4px;
    cursor: pointer;
    z-index: 4;
    background: white;
}  
