#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 795px;
	height: 87px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0em auto;
	padding: 0px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 795px;
	height: 87px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #B4C2DA;
	margin: 0em auto;
	padding: 0px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	height: auto;
	position: relative;
	padding: 0px;
}