/*
 * for right side pannel
 */
#news
{
  width: 150px;
  padding: 3px;
  margin: 0 auto;
}

#news p.caption
{
  font-weight: bold;
  font-size: 70%;
  padding-bottom: 5px;
  margin:0 0 5px 0;
  padding:0;
}

#news div.highlights
{
  width:100%;
  overflow-x:hidden;
  overflow:hidden;
  margin:0px;
}


#news ul.items
{
  margin:0;
  padding:0;
  margin-bottom: 120px;
}

#news ul.items li
{
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 4px;
}

#news span.title
{
  color: #DC944C;
  font-size: 70%;
}

#news ul.items li a
{
  font-size: 60%;
}

#poster_img
{
  float: left;
  margin-right: 20px;
  border: 1px solid #cccccc;
}
