.fbfans {
  position: fixed;
  top: 0;
  right: 0;
  width: 292px;
  background-color: white;
  _position: absolute; /* position fixed for IE6 */
  _top:expression(documentElement.scrollTop);
}

.fbfans-img {
  position: fixed;
  top: 0;
  right: 0;
  width: 292px;
  background-color: white;
  z-index: 1;
  border: 1px;
  _position: absolute; /* position fixed for IE6 */
  _top:expression(documentElement.scrollTop);
}
