#mycustomscroll {
	overflow-y: hidden;
}

#mycustomscroll2 {
	width: 430px;
	height: 110px;
	overflow: auto;
	position: relative;
	margin: 0.3em auto;
	overflow-y: hidden;
}

.fixedwidth {
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}





