#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 351px;
	height: 310px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding-right: 6px;
	padding-left: 1px;
	text-align:justify;
}

