/* Rigth Scrollbar */
.scroller {
	height: 680px;
	height:692px;
	width: 416px;
	width: 420px;
	top: 22px;
	top:13px;
	left:97px;
	position: absolute;
	margin: 0px;
	margin-top:10px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
/* 	left: 823px; */
	border: none;
/* 	font-size: 9px; */
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	z-index: 7;
	background-color:white;
}


.track {
	background-color:white;
	z-index: 3;
	height: 700px;
	width: 3px;
	width: 14px;
	position: absolute;
	top: 0px;
	cursor: default;
	right: 0px;
	background-image:url(../gui/middenlijn.png);
}
.drag {
	z-index: 4;
	height: 51px;
	width: 14px;
	width: 14px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	right: 0px;
	background-image:url(../gui/schuiver.png);
	background-color:white;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.contentMask {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 6;
	height: 680px;
	width: 320px;
	left: 0px;
	top: 0px;
	clip: rect(0px 320px 680px 0px);  /* top right bottom left */
	border: none;
}


.contentMask2 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 6;
	height: 680px;
	width: 420px;
	left: 0px;
	top: 0px;
	clip: rect(0px 420px 680px 0px);  /* top right bottom left */
	border: none;
}



.content {
	position: absolute;
	width: 320px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
}


.scrollink {
	background-color:#FF0066;
	padding: 0px;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: none;
	height: 14px;
	overflow: hidden;
	line-height: 14px;
}
a.scrollink, a.scrollink:visited {
	color: #000000;
	text-decoration: none;
	border: none;
	background-color: #E1E1E1;
	height: 14px;
	overflow: hidden;
}
a.scrollink:hover, a.scrollink:active {
	background-color: #B1B1B1;
	color: #000000;
	border: none;
	height: 14px;
	overflow: hidden;
}
a.scrollink.activescrollink, a.scrollink.activescrollink:hover, a.scrollink.activescrollink:visited {
  background-color: #B1B1B1;
  color: #000000;
  overflow: hidden;
}
.scrollink_center {
	background-color:#33FFFF;
	padding: 0px;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: none;
	height: 14px;
	overflow: hidden;
}



