div.scrollholder24{
	position: relative;
	width: 220px;
	height: 100%;
	overflow: auto;
	float:left;
	margin-top:5px;
	}

div.scroll2{
    position: absolute;
    left: -2px; top:-40px;
	}
/* <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: 6px;
	height: 15px;
	cursor: pointer;
	background:#8AC6E6;
	*background:#8AC6E6;
	}  

