div.scroll
{
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 2;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
div.scrollholder
{
	position: relative;
	width: 660px;
	height: 384px;
	z-index: 1;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
}



/* <Scroll> */
div.track
{
	position: relative;
	float:right;
	width: 11px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(images/pijl.png);
}

div.drag_bar
{
	position: absolute;
	width: 100%;
	height: 64px;
	cursor: pointer;
	z-index: 4;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(images/pijl2.png);
}  
#wrapperscroll {
	position:absolute;
	width:100px;
	height:115px;
	z-index:1;
	left: 190px;
	top: 135px;
}
