body {margin:0; padding:0; background: transparent}
.scrollholder
{
    position: relative;
    width: 490px; height: 460px;
    overflow: auto;
    z-index: 1;
    background-color: transparent;
}

.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 90%;
    z-index: 2;
	font: .8em/1.4em times new roman; 
	text-decoration: none;
	background-color: transparent;
	color: #fff;
	text-indent: 20px
	
}

/* <Scroll> */
.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 6px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: transparent;
}

.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #ccc;
}  
