div.scrollholder
{
    position: relative;
    width: 470px;
	height: 330px;
    /*overflow: auto;*/
    overflow: auto;
    z-index: 1;
	text-align:left;
}
div.scroll
{
    position: absolute;
    left: 20px !important;
	top: 0;
    width: 90% !important;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: absolute;
    float:right;
    top: 0%;
	right:-5px;
    width: 15px;
	height: 100%;
    font-size: 0;
    z-index: 3;
    background: #8D8D8D;
	overflow:visible !important;
}

div.drag_bar
{
    position: absolute;
    width: 100%;
	height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #F1EDED;
}  