#home-widget
{
  position: relative;
  /*width: 400px;
  height: 160px;*/
  overflow: hidden;
  margin: auto;
}

#home-widget ul
{
  position: absolute;
  top: 0;
  right: 0;
}

#home-widget ul li a
{
  float: right;
  text-align: center;
  height: 20px;
  width: 95px;
  background: transparent url(/images/home/home-case.png);
  display: block;
  padding: 10px 0;
}

#home-widget ul li a:hover, #home-widget ul li a.selected
{
  width: 120px;
  background: transparent url(/images/home/home-case-arrow.png);
}

.widget-picture
{
  display: none;
}

.widget
{
  padding: 10px;
  height: 200px;
}

.widget-document-title
{
  margin: 5px 0;
  float: left;
  clear: both;
}

.widget-document-image
{
  float: right;
}

.widget-line .mini-vote, .widget-line .mini-edit
{
  float: right;
}
