    .ui-autocomplete {
        max-height: 198px;
		max-width: 280px;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    * html .ui-autocomplete {
        height: 198px;
		width: 280px;
    }