/* vertical */
/* start edit */
div.scroller {					/* gesamte scrollfläche */
	width: 309px; /* edit me */
	height: 203px; /* edit me */
	margin-left: 10px;
	border: 0px solid #ddd; /* rahmen der scrollarea */
}
div.scroller .content {				/* fläche inhalt */
	width: 298px; /* edit me */
	height: 203px; /* edit me */
	overflow: hidden;
	float: left;
}
div.scroller .scrollarea {			/* scrollbar */
	height: 203px; /* edit me */
	width: 0px;
	float: left;
	border-left: 0px solid #ddd; /* linker rand beim scrollbar */
      margin-left: 0px;
	cursor: pointer;
}
/* end edit */
div.scroller .content ol {
	margin-left: 0px; /* ie only */
}
div.scroller .content p {
	margin-left: 0px; /* ie only */
}
div.scroller div.scrollBarContainer {
	height: 185px; /* edit me (ff: height - 18px - ie: height - 46px) */
}

div.scroller .scrollKnob {
	width: 0px;
	margin: 0px;
	border: 0px solid #999;
	background: #ccc;
	min-height: 10px;
}
div.scroller .scrollForward, div.scroller .scrollBack {
	width: 5px;
	margin: 0px;
	border: 0px solid #999;
	background: #ccc;
	height: 5px !important;
}
