div.scrollholder
{
    position: relative;
    width: 760px; height: 400px;/**/
    overflow: auto;
    z-index: 1;
/*   background-color:red;*/
   margin:10px 0 0 0;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width:100%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width:10px; height: 400px;
    font-size: 0;
    z-index: 3;
    background:url(bg-scroll.gif);
	background-repeat:repeat-y;
	background-position:center top;
	/*border:1px solid #c7c2c2;*/
}

div.drag_bar
{
    position: absolute;
    width: 99%; height: 10px;
    cursor: pointer;
    z-index: 4;
    background: #4b4b4a;
}


.main-body-bottom-right-inside-top #track2.track
{
    height: 100px;
   	
}
.main-body-bottom-right-inside-top #track1.track
{
    height: 100px;
    
	
}
