div.scrollholder
{
    position: relative;
    width: 98%; height: 360px;
    overflow: auto;
    z-index: 1;
	margin-left:10px;
	margin-top:20px;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 98% !important;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
   /* background: black;*/
   background:url(images/scroll.gif) repeat-y -2px top;
}

div.drag_bar
{
    position: absolute;
    width: 5px; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #384358;
}  