#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 340px;
	height: 270px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-bottom: 1.7em;
	padding-right: 15px;
}
