div.scrollholder_left,
div.scrollholder_right
{
    position: relative;
    width: 100%;
    overflow: auto;
    z-index: 1;
}

div.scroll_left,
div.scroll_right
{
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px;
	height: 100%;
    font-size: 0;
    z-index: 3;
    background: url(../images/scroll-lineneu.gif) repeat-y 50% 0;
}

div.drag_bar
{
    position: absolute;
border: 1px solid #002144;
    width: 9px;
	height: 25px;
    cursor: pointer;
    z-index: 4;
     background: url(../images/scroll-buttonneu.gif) repeat-y 50% 0;
}