/* Hides yellow banner surrounding suggested links 
@ top of images.google.com. 7-22-09 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("images.google.com"){
HTML > BODY > CENTER > TABLE:first-child
{display:none !important;}
}

   ::::::::: do not use - depreciated :::::::::::: 7-25-09