#rss-container {
  background-image: url(/images/ntn-rss-title.gif); 
  background-repeat: no-repeat; 
  position: absolute; 

  top: 20px; 
  width: 140px; 
  height: 220px; 
  font-size: 12px; 
  background-color: #CCCCCC;  
  padding: 10px;
  color: black;
}

#rss {
  width: 120px;
  height: 200px;
  overflow: hidden;
  position: relative;
  display: none;
}

#rss ul {
  list-style: none;
  margin: 0;
  padding: 0;

}

li.rss-item {
  margin: 0;
  padding: 5px 0;
  font-size: 80%;
}

a.rss-item {
  font-weight: bold;
}

#rss-timer {
  height: 2px;
  background-color: gray;
  margin-top: 2px;
}

#rss-pages {
  margin-top: 2px;
  padding-top: 4px;
  border-top: solid 1px black;
}

#rss-pages a {
  background-image: url(/images/rss-pages-off.gif);
  background-repeat: no-repeat;
  background-position: center center;
  color: gray;
  width: 19px;
  text-align: center;
  float: left;
  display: block;
  text-decoration: none;
}

#rss-pages a:hover {
  color: black;
}

#rss-pages a.selected {
  color: black;
  background-image: url(/images/rss-pages-on.gif);
}
