div.scrollholder
{
	position: relative;
	width: 780px;
	height: 425px;
	overflow: auto;
	z-index: 1;
}
div.scroll
{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}


/* <Scroll> */
div.track
{
	position: relative;
	float:right;
	top: 0;
	width: 6px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7D3620;
}

div.drag_bar
{
	position: absolute;
	width: 100px;
	height: 10px;
	cursor: pointer;
	z-index: 4;
	border: 1px solid #7D3620;
	background-color: #7D3620;
}  

