#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 596px;
	height: 256px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*padding links und rechts erfolgt in klasse truecontent damit der custombutton rechtsbuendig bleibt*/
	padding-top:  8px;
	padding-bottom: -35px;
}