div.scrollholder
{
    position: relative;
    width: 502px; 
	height: 170px;
    overflow:hidden;
	margin-left:10px
	  }

div.scroll
{
	position: absolute;
	left: 0;
	top: 0;
	width: 95%;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 20px; height: 100%;
    font-size: 0;
    z-index: 2;
	background-image:;
	background-repeat:no-repeat;
	
}

div.drag_bar
{
	margin-top:6px;
	position: absolute;
    width: 100%; height: 20px;
    cursor: pointer;
    background-image:;
	background-repeat:no-repeat;
	background-position:center;
}  


