#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 640px;
	height: 375px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 650px;
	height: 375px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
