div.scrollholder
{
	position: relative;
	width: 710px;
	height: 200px;
	overflow: auto;
	z-index: 1;
	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.jpg) repeat-y 0 0;

}

div.drag_bar
{
	position: absolute;
	width: 6px;
	height: 25px;
	cursor: pointer;
	background: #42919e;
}  
