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