#mycustomscroll2 {
	/* Typical fixed height and fixed width example */

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

