come primo tentativo proverei a mettere

* html #div_esterno {
overflow-x: hidden;
}


se il problema riguarda anche IE 7 allora

#div_esterno {
*overflow-x: hidden;
}