div#scrollholder {
	height: 406px;
	width: 386px;
	overflow: auto;
	position: relative;
}
div#scroll {
	width: 360px;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
div.track {
	float: right;
	height: 100%;
	width: 19px;
	font-size: 0;
	background: transparent url('/scroller/track.gif') repeat-y center center;
	position: relative;
	top: 0; 
	z-index: 3;
}
div.drag_bar {
	height: 19px;
	width: 19px;
	background: transparent url('/scroller/drag.gif') no-repeat center center;
	cursor: pointer;
	position: absolute;
	z-index: 4;
}  