#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 400px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	background-color:#FFFFFF;
	padding: 15px;
}

#mycustomscroll_2 {
	/* Typical fixed height and fixed width example */
	width: 900px;
	height: 517px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/

	margin: 0.3em auto;
}


