Index: cloud_zoom.module
===================================================================
--- cloud_zoom.module	(revision 139)
+++ cloud_zoom.module	(working copy)
@@ -159,7 +159,7 @@
   $settings = cloud_zoom_get_settings();
 
   // Theme the preview image using imagecache
-  $small = theme('imagecache', $settings[$presetname]['view_preset'], $element['#item']['filepath']);
+  $small = theme('imagecache', $settings[$presetname]['view_preset'], $element['#item']['filepath'], $element['#item']['data']['alt'], $element['#item']['data']['title']);
 
   // Buld the Rel for the link, if there are any settings
   $rel = '';
