--- addthis.module	2009-01-21 13:22:30.000000000 -0500
+++ addthis.module.new	2009-01-21 13:21:35.000000000 -0500
@@ -98,10 +98,10 @@ function _addthis_create_button($node=NU
   }
 
   return ( sprintf('
-    <div class="addthis"><a href="http://www.addthis.com/bookmark.php"
+    <a href="http://www.addthis.com/bookmark.php"
       onmouseover="return addthis_open(this, \'\', \'%s\', \'%s\')"
       onmouseout="addthis_close()"
-      onclick="return addthis_sendto()"><img src="%s" width="%d" height="%d" %s /></a></div>
+      onclick="return addthis_sendto()"><img src="%s" width="%d" height="%d" %s /></a>
     <script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
     ',
     $teaser ? url('node/'. $node->nid, NULL, NULL, TRUE) : '[URL]',
@@ -232,4 +232,4 @@ function addthis_admin_settings() {
     '#description'   => t('Horizontal offset for the drop-down window (in pixels). Example: 2'),
   );
   return system_settings_form($form);
-}
\ No newline at end of file
+}
