Index: audio_theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/audio/audio_theme.inc,v
retrieving revision 1.4
diff -u -r1.4 audio_theme.inc
--- audio_theme.inc	9 Jan 2007 17:07:23 -0000	1.4
+++ audio_theme.inc	29 Jan 2007 13:08:32 -0000
@@ -14,6 +14,7 @@
   $params['!player'] = audio_get_node_player($node);
   $params['!play_count'] = check_plain($node->audio_fileinfo['play_count']);
   $params['!download_count'] = check_plain($node->audio_fileinfo['download_count']);
+  $params ['!image']= theme('audio_images', $node->audio_images);
 
   $format = variable_get('audio_teaser_format', '!player !filelength');
 
Index: audio.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/audio/audio.module,v
retrieving revision 1.98
diff -u -r1.98 audio.module
--- audio.module	26 Jan 2007 17:51:54 -0000	1.98
+++ audio.module	29 Jan 2007 13:13:58 -0000
@@ -927,7 +927,7 @@
     '#title' => t('Node teaser format'),
     '#maxlength' => 128,
     '#default_value' => variable_get('audio_teaser_format', '!player !filelength'),
-    '#description' => t("Specify a teaser format for all audio nodes. In addition to the tags allowed in the title, the following variables are also available: "). '!filelength !fileformat !player',
+    '#description' => t("Specify a teaser format for all audio nodes. In addition to the tags allowed in the title, the following variables are also available: "). '!filelength !fileformat !player !image',
   );
   $form['audio_default_downloadable'] = array(
     '#type' => 'checkbox',
Index: audio.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/audio/audio.css,v
retrieving revision 1.5
diff -u -r1.5 audio.css
--- audio.css	21 Aug 2006 18:13:58 -0000	1.5
+++ audio.css	30 Jan 2007 21:51:56 -0000
@@ -27,14 +27,13 @@
 }
 
 div.audio-image {
-  text-align: center;
-  float: right;
-  padding: 5px;
-  margin-left: 10px;
-  background-color: #ccc;
+  float:right;
+  height:100px;
+  width:100px;
+  margin:0px 15px 10px 5px;
+  padding:3px;
+  border: 1px solid #999;  
+ 
 }
 
-div.audio-image img {
-  border: 1px solid #999;
-}
 
