div.scrollholder
{
	position: relative;
	width: 600px;
	height: 370px;
	overflow: auto;
	z-index: 0;
	left: -1px;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 1%;
    z-index:2;
	color:#000000;
	font-weight:normal;
	
}
/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    width: 6px; height: 100%;
    font-size: 0;
   	background:url(images/vertical_line.gif) repeat-y 0 0;
	background-position:center;
}

div.drag_bar
{
	position: absolute;
	width: 6px;
	height: 20px;
	cursor: pointer;
	background: #0c569f;
}  

