The problem is: the search autocomplete drop-down is overlapped by swf object despite its z-index is greater many values for both z-indexes tested - nothing works
.ac_results ul {
z-index: 100;
}
#main_banner {
margin:0 auto;
padding:0;
vertical-align: baseline;
float: left;
display: block;
height:385px;
z-index:-1;
}
how to fix this? the link to mysite