div.scrollholder
{
    position: relative;
    width: 380px; height: 388px;
    overflow: auto;
    z-index: 1;
	margin-top:0px;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    z-index: 2;
	text-align:justify;
	color:#D2D2D2;

}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    width: 8px; height:388px;
    font-size: 0;
    z-index: 3;
	margin-right:8px;
	background: url("../pozadie-slide.gif") 5px 0 repeat-y;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: url("../slide.gif") no-repeat;
} 