div.scrollholder
{
	height:250px;
	margin-top:5px;
	overflow:auto;
	position:relative;
	
	z-index:1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    background:#757559 none repeat scroll 0 0;
	float:right;
	font-size:0;
	height:100%;
	position:relative;
	top:0;
	width:15px;
	z-index:3;
}

div.drag_bar
{
	background:#343229 none repeat scroll 0 0;
	cursor:pointer;
	height:50px;
	position:absolute;
	width:100%;
	z-index:4;
}  