#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 900px;
	height: 92px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0px 0px 15px 0px;;
	white-space: nowrap;
	z-index: 4;
	margin: -91px 0px 0px 33px;
}

	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 1870px;
height: auto;
position: relative;
color: black;
}
