.scrollholder {
	z-index: 1;
	overflow: auto;
	width: 670px;
	position:absolute;
	top:335px;
	left:45px;
	height: 400px;
}
.scroll {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align:justify;
}
.track {
	font-size: 0px;
	z-index: 1;
	background-color:rgb(58,58,58);
	background-image: url('../img/track.gif');
	width: 11px;
	position: absolute;
	top: 0px;
	right:0px;
	height: 100%;
}
.drag_bar {
	z-index: 4;
	background-color: rgb(78,78,78);
	background-image: url('../img/bar.gif');
	width: 100%;
	cursor: pointer;
	position: absolute;
	height: 14px;
}
