div.scrollholder
{
	height:400px;
	overflow:auto;
	position:relative;
	width:173px;
	z-index:1;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
    height:700px;
}

/* <Scroll> */
div.track
{
	background:#FFFFFF none repeat scroll 0 0;
	float:right;
	font-size:0;
	height:100%;
	position:relative;
	top:0;
	width:8px;
	z-index:3;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #ccc;
}  