div.scrollholder
{
    position: relative;
	 /*left: 0; top: 0;*/
    height:250px;	
	width: 870px;
    overflow: auto;
}

div.scroll
{
    position: absolute;
   left: 0; top: 0; /**/
	/*height: 160px;*/
    width: 95%;
    z-index: 2;
	visibility:hidden;
	/*display:none;*/
	/*background-color:#66FF00;*/
	max-height:3000px;

}

div.scrollholder2
{
    position: relative;
	 /*left: 0; top: 0;*/
    height:250px;	
	width: 490px;
    overflow: auto;
}

div.scroll2
{
    position: absolute;
   left: 0; top: 0; /**/
	/*height: 160px;*/
    width: 95%;
    z-index: 2;
	visibility:hidden;
	/*display:none;*/
	/*background-color:#66FF00;*/
	max-height:3000px;

}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 4px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #333333;
}

div.drag_bar
{
    position: absolute;
    width: 100%; 
    cursor: pointer;
    z-index: 4;
    background: #c70000;
}  