/* CSS Document */
div.scrollholder
{
    position: relative;
    width: 440px; height: 300px;
    overflow: auto;
    z-index: 1;
    /*background-color: #f3f3f3;*/
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 99%;
    font-size: 0;
    z-index: 3;
    /*background: black;*/
	background-image:url(../images/scroll-baan.gif);
}

div.drag_bar
{
    position: absolute;
    width: 9px; height: 12px;
    cursor: pointer;
    z-index: 4;
    background: #fff;
	border:1px solid #ff3b30;
	
}  


div.scrollholder_sp
{
    position: relative;
    width: 360px; height: 300px;
    overflow: auto;
    z-index: 1;
    /*background-color: #f3f3f3;*/
}

div.scroll_sp
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

div.scrollholder_kol3
{
    position: relative;
    width: 670px; height: 300px;
    overflow: auto;
    z-index: 1;
    /*background-color: #f3f3f3;*/
}

div.scroll_kol3
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

