diff --git a/ajax_comments.module b/ajax_comments.module
index db6605e..518e758 100644
--- a/ajax_comments.module
+++ b/ajax_comments.module
@@ -400,7 +400,7 @@ function ajax_comments_node_view_alter(&$build) {
  */
 function ajax_comments_panels_pane_content_alter(&$content, $pane, $args, $context) {
   if ($pane->type == 'node_comments') {
-    $content->content = '<div id="comment-wrapper">' . $content->content . '</div>';
+    $content->content = '<div id="comment-wrapper-nid-' . $content->delta . '">' . $content->content . '</div>';
   }
 }
 
