div.scrollholder
{
    position: relative;
    width: 270px; height: 460px;
	padding-right: 3px;
    overflow: auto;
    z-index: 1;
    background-color: #ffffff;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 6px; height: 100%;
	background-image:url('stripe.gif');
    font-size: 0;
    z-index: 3;
   /* background: black;*/
	background-repeat:repeat;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 22px;
    cursor: pointer;
    z-index: 4;
    background: #616262;
}  
