#MyCustomScroll {
	/* Typical fixed height and fixed width example */
	height: 185px;
	width: 240px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	text-align: left;
	padding: 0px;
	top: 18px;
	margin: 0;
	left: 10px;
	display: none;
}
