div.scrollholder
{
	position: relative;
	width: 300px;
	height: 320px;
	overflow: auto;
	z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 1%;
    z-index:2;
	color:#a6a6a6;	
	
}
/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    width: 6px; height: 100%;
    font-size: 0;
   	background:url(../images/vertical_line.gif) repeat-y 0 0;
}

div.drag_bar
{
	position: absolute;
	width: 6px;
	height: 20px;
	cursor: pointer;
	background: #e9b42e;
}  


