Just sticking this at the end of the CSS file seems to help (obviously the 800px could be adjusted downward if that is deemed too wide for filtering mobile devices):
@media screen and (max-width: 800px), handheld and (max-width: 800px) {
img[src="grayarrow.gif"], img[src="graydown.gif"] {
width: 20px;
height: 20px;
}
}
And possibly putting the following in the <head>, so that the screen starts zoomed to a reasonable level.