Index: webcams.module
===================================================================
--- webcams.module	(revision 1)
+++ webcams.module	(working copy)
@@ -491,9 +491,9 @@
 function theme_webcams_webcam(&$webcam) {
   $output  = '<div class="webcams-webcam" id="webcams'. $webcam->nid .'-webcam'. $webcam->wid .'" style="width: '. $webcam->width .'px;">';
 
-  $img  = '<img src="'. $webcam->default_url .'" width="'. $webcam->width .'" height="'. $webcam->height .'" class="webcams-image" />';
+  $img  = '<img src="'. $webcam->default_url .'" width="'. $webcam->width .'" height="'. $webcam->height .'" class="webcams-image" alt="'.$webcam->name.'" />';
   if (module_exists('thickbox') && $webcam->thickbox) {
-    $zoom = '<img src="'. base_path() . drupal_get_path('module', 'webcams') .'/zoom.png" width="32" height="32" class="webcams-zoom iefix" />';
+    $zoom = '<img src="'. base_path() . drupal_get_path('module', 'webcams') .'/zoom.png" width="32" height="32" class="webcams-zoom iefix" alt="" />';
     
     $output .= l($zoom, $webcam->default_url, array('attributes' => array('title' => $webcam->name, 'class' => 'thickbox'), 'html' => TRUE));
     $output .= l($img, $webcam->default_url, array('attributes' => array('title' => $webcam->name, 'class' => 'thickbox'), 'html' => TRUE));
