#mycustomscroll {
/* Typical fixed height and fixed width example */
	height: 434px;
	/*width: 650px;*/
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0px;
	padding: 0px;

}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 675px;
	height: 515px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #ffffff;
	margin: 0.3em auto;
	padding: 0px;
}
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
