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