@charset "UTF-8";
/* CSS Document */

div.scrollholder
{
    position: relative;
    width: 600px; height: 400px;
    overflow: auto;
    z-index: 1;
	
	padding-left:20px;
}

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

div.scrollholder3
{
    position: relative;
    width: 600px; height: 400px;
    overflow: auto;
    z-index: 1;
	
	padding-left:5px;
}

div.scroll3
{
	position: absolute;
	left: 0;
	top: 0px;
	width: 95%;
	z-index: 2;
	text-align:left;
	
}

div.scrollholder4
{
    position: relative;
    width: 600px; height: 300px;
    overflow: auto;
    z-index: 1;
	top:50px; padding-right:20px;
}

div.scroll4
{
	position: absolute;
	left: 0;
	top: 0px;
	width: 95%;
	z-index: 2;
	text-align:left;
	
}

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

div.drag_bar
{
    position: absolute;
    width: 80%; height: 10px;
    cursor: pointer;
    z-index: 4;
    background: #ff0c00;
}  


