div.scrollholder23{
	position: relative;
	width: 230px;
	height: 140px;
	overflow: auto;
	float:right;
	left:0px;
	top:10px;
	line-height:18px;
	}

div.scroll{
    position: absolute;
    left: -2px; top: -12px;
	}
/* <Scroll> */
div.track{
    position: relative;
    float:right;
    width: 6px; height: 100%;
    font-size: 0;
   	background: url(../images/vertical_line.gif) repeat-y 0 0;
	}

div.drag_bar{
	position: absolute;
	width: 4px;
	height: 15px;
	cursor: pointer;
	background: #1e8cd8;
	}  
