#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 590px;
	height: 600px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	outline:none;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 564px;
	height: 600px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	outline:none;
}
