.ui-autocomplete {
	max-height: 175px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	font-size: 0.8em;
}
	/* IE 6 */
* html .ui-autocomplete {
	height: 175px;
}