div.scrollholder
{
	position: relative;
	top: 10px;
	width: 620px;
	height: 450px;
	overflow: auto;
	z-index: 10;
	clip:  rect(   );
	color: #000000;

}

div.scroll
{
    position: absolute;
    left: 2px; top: -1px;
    width: 95%;
    z-index: 11;

}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 14px; height: 100%;
    font-size: 0;
    z-index: 12;
; background-color: #000000}

div.drag_bar
{
	position: absolute;
	width: 95%;
	#width: 12px;
	height: auto;
	cursor: pointer;
	z-index: 13;
	background: #000000;
	border-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	#border-left-width: 1px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-left-color: #fff;
	border-left-style: solid;
	border-right-color: #fff;
	border-top-color: #fff;
	border-top-style: solid;
	border-right-style: solid;
	outline-color: #fff;
	outline-style: solid;
	outline-width: 1px;
}  
