div.scrollholder_left,
div.scrollholder_right
{
	text-align: justify!important;
    position: relative;
    width: 100%;
    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-line.gif) repeat-y 50% 0;
}

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