
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 630px;
	height: 465px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	left:10px;
	margin: 0.2em auto;
	padding: 10px 15px;
	padding-right:25px;
}

