div.scrollholder
{
	position: relative;
	overflow: auto;
	z-index: 1;
	font-family: Tahoma;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	height: 380px;
	width: 760px;
	float: left;
}
#operaBug {
}


div.scroll
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 95%;
}

/* <Scroll> */
div.track
{
	position: relative;
	float:right;
	top: 0;
	width: 14px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	background-color: #F1F1F1;
	margin: 0px;
	padding: 0px;
}

div.drag_bar
{
	position: absolute;
	width: 100%;
	height: 14px;
	cursor: pointer;
	z-index: 4;
	background-color: #1C3A5C;
	margin: 0px;
	padding: 0px;
}  

.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: yellow;
}  
.track
{
	/* <Scroll> */
    position: relative;
	float:right;
	top: 0;
	width: 11px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	background-color: #D57936;
}
