div.scrollholder
{
	position: relative;
	width: 180px;
	height: 400px;
	overflow: hidden;
	z-index: 1;
	background-color: #F3F3F3;
}

div.scroll
{
	position: absolute;
	left: 6px;
	top: 0;
	width: 130%;
	z-index: 0;
	background-color: #F3F3F3;
}

/* <Scroll> */
div.track
{
	position: relative;
	float:right;
	top: 0;
	width: 4px;
	height: 100%;
	font-size: 0;
	z-index: 1;
	background: #eaeaea;
}

div.drag_bar
{
	position: absolute;
	width: 100%;
	height: 14px;
	cursor: pointer;
	z-index: 4;
	background: #828282;
	border: solid #777 1.4px;
}  

