#fdImageThumb
  {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 243px;
  height: 195px;
  visibility: hidden;
  overflow: hidden;
  }
#fdImageThumb div
  {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background: transparent url("../images/linkpreview/loading.gif") no-repeat 0 0;
  visibility: hidden;
  z-index: 1;
  }
#fdImageThumb div.imageLoaded
  {
  background: transparent url("../images/linkpreview/loading.gif") no-repeat 0 0;
  }
#fdImageThumb div.imageError
  {
  background: transparent url("../images/linkpreview/error.gif") no-repeat 0 0;
  }
#fdImageThumb img
  {
  position: absolute;
  display: block;
  border: 0 none;
  width: 200px;
  height: 150px;
  z-index: 2;
  }


.leftTop     /* wichtig, kein !important setzen */
  {
  background: transparent url("../images/linkpreview/rt.png") no-repeat 0 0;
  }
.leftBottom
  {
  background: transparent url("../images/linkpreview/lb.png") no-repeat 0 0;
  }
.rightTop
  {
  background: transparent url("../images/linkpreview/lt.png") no-repeat 0 0;
  }
.rightBottom
  {
  background: transparent url("../images/linkpreview/rb.png") no-repeat 0 0;
  }
.leftTop img
  {
  top: 16px;
  left: 27px;
  }
.leftTop div
  {
  left: 113px;
  top: 76px;
  }
.leftBottom img
  {
  top: 28px;
  left: 27px;
  }
.leftBottom div
  {
  left: 113px;
  top: 82px;
  }
.rightTop img
  {
  top: 16px;
  left: 16px;
  }
.rightTop div
  {
  left: 103px;
  top: 70px;
  }
.rightBottom img
  {
  top: 28px;
  left: 17px;
  }
.rightBottom div
  {
  left: 103px;
  top: 80px;
  }

* html .leftTop
  {
  background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/linkpreview/rt.png', sizingMethod='image');
  }
* html .leftBottom
  {
  background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/linkpreview/lb.png', sizingMethod='image');
  }
* html .rightTop
  {
  background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/linkpreview/lt.png', sizingMethod='image');
  }
* html .rightBottom
  {
  background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/linkpreview/rb.png', sizingMethod='image');
  }
