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

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

#mycustomscroll_1 {
/* Typical fixed height and fixed width example */
	width: 337px;
	height: 267px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	/*background-color: #E7EADE;*/
	margin-top: 10px;
	padding: 0px;
}
