#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 100%;
	height: 150px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	padding:0px;
	text-align: left;
}
