div#iv_scroller  {
  border-top: 1px solid #ffffff;
  background-color: #000099;
}
div#iv_scroller a {
}
div#iv_scroller span {
  display: block;
  float: left;
  padding: 8px;
  color: #ffff33;
}
div#iv_scroller div.close {
  font-size: 10px;
  font-weight: bold;
  color: #ffff33;
  padding: 10px 4px 10px 4px;
  background-color: #000099;
}
div#iv_scroller span.a {
  cursor: pointer;
  display: block;
  float: left;
  padding: 8px;
  color: #ffff33;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}
div#iv_scroller span.a:hover {
  text-decoration: underline;
}
