#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 945px;
	height: 77px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	padding-top:0px;
	padding-bottom:14px;
	padding-left: 10px;
	padding-right:35px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 918px;
	height: 46px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #B4C2DA;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 918px;
	height: 60px;
	position: relative;
	color: black;
	padding: 1px;
}
