
      #social
      {
        position: absolute; 
        top: 31px; 
        right: 31px; 
        width: 220px; 
        height: 20px; 
        padding: 8px; 
        border: #cccccc 1px dotted;
        background: #ffffff; 
      }
         
      #fbLike
      {
        width: 110px; 
        height: 28px; 
        margin-bottom: 8px;
      }
         
      #fbLike fb\:like,
      #fbLike fb\:like span 
      {
        display: block;
        width: 110px;
        height: 28px;
      }
      
      #commentImg 
      {
        position: absolute; 
        top: 8px; 
        right: 69px; 
        cursor: pointer;
      }    
      
      #fanpageImg 
      {
        position: absolute; 
        top: 8px; 
        right: 8px; 
        cursor: pointer;
      }    
      
      .bubble
      { 
        display: none;
        position: absolute; 
        top: 28px; 
        width: 409px; 
        height: 82px; 
        padding-top: 15px; 
        padding-left: 12px; 
        margin-bottom: -10px; 
      }
      
      #bubbleLike 
      { 
        height: 82px; 
        right: 160px; 
        background-image: url('../img/facebook-like/rc-fi_bubble_409x92.png');
        background-repeat: no-repeat;
      }
      
      #bubbleComment
      { 
        right: 63px; 
        height: 123px; 
        padding: 0px;
      }
      
      #bubbleCommentContainer
      {
        margin-top: -2px;
        margin-bottom: -3px;
        overflow: hidden;
        z-index: 1;
      }
      
      #bubbleCommentContainerPassepartout
      {
        margin-top: -4px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: -60px;
      }
      
      #bubbleCommentFooter
      {
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 1px;
        background: #ffffff;
        z-index: 2;
      }
      
      .bubble_td
      { 
        margin: 0px;
        padding: 0px;
      }
      
      #bubble_oben
      { 
        height: 15px; 
        background-image: url('../img/facebook-like/rc-fi_bubble_409_oben.png');
        background-repeat: no-repeat;
      }
      
      #bubble_mitte
      { 
        height: 15px; 
        padding-left: 10px;
        padding-right: 10px;
        background-image: url('../img/facebook-like/rc-fi_bubble_409_mitte.png');
        background-repeat: repeat-y;
      }
      
      #bubble_footer
      { 
        padding-left: 10px;
        padding-right: 20px;
        background-image: url('../img/facebook-like/rc-fi_bubble_409_mitte.png');
        background-repeat: repeat-y;
      }
      
      #bubble_unten
      { 
        height: 17px; 
        background-image: url('../img/facebook-like/rc-fi_bubble_409_unten.png');
        background-repeat: no-repeat;
      }
      