div.scrollholder
{
    position: relative;
    width: 680px; height: 390px;/**/
    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: 390px;
    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;
}







div.scrollholder2
{
    position: relative;
    width: 170px; height: 110px;/**/
    overflow: auto;
    z-index: 1;
/*   background-color:red;*/
   margin:0px;
}
div.scroll2
{
    position: absolute;
    left: 0; top: 0;
    width:100%;
    z-index: 2;
}



/* <Scroll> */
div.trackfour
{
    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_barfour
{
    position: absolute;
    width: 99%; height: 12px;
    cursor: pointer;
    z-index: 4;
    background: #a7abae;
}




div.scrollholderfour
{
    position: relative;
    width: 600px; height: 400px;/**/
    overflow: auto;
    z-index: 1;
/*   background-color:red;*/
   margin:10px 0 0 0;
}

div.scrollfour
{
    position: absolute;
    left: 0; top: 0;
    width:100%;
    z-index: 2;
}


.main-body-bottom-right-inside-top #track2.track
{
    height: 100px;
   	
}
.main-body-bottom-right-inside-top #track1.track
{
    height: 100px;
    
	
}
