/* Thumbnail-Viewer bei Moblog-Leiste */

#showimage {
  position:absolute;
  visibility:hidden;
}

#dragbar {
  cursor: move;
  font-size: 11px;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: #333;
  font-weight: bold;
}

#tabelle {
  margin: -6px 5px 6px -5px !important;
  margin: 0px;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  border-left: 2px solid #efefef;
  border-top: 2px solid #efefef;
  background-color: #d7d7d7;
}

#picture {
  border: 1px solid #333333;
}

#schliessen {
  cursor: default;
}

#img-shadow {
  float: left; 
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
}