
#mycustomscroll1 {
	width: 482px;
	height: 400px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}