div.infostripe_wrapper {
  height: 25px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  _bottom: auto;
  _position:absolute;
  _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
  z-index: 100;
}
div.infostripe {
  background:  url(../img/sec_infostripe_bg.png) 5px 0 no-repeat;
  /*bottom: 0;*/
  font-size: 1.2em;
  height: 25px;
  line-height: 24px;
 /* position: absolute;
  right: 0;*/
  width: 100%;
  overflow: hidden;
  z-index: 1000;
  position: relative;
}
div.infostripe_minimize {
  float: right;
  width: auto;
}

div.infostripe_wrapper span.play, div.infostripe_wrapper span.close, div.infostripe_wrapper span.pause {
  background-image: url(../img/sec_infostripe_tools.png);
  cursor: pointer;
  display: block;
  height: 16px;
  position: absolute;
  top: -16px;
  width: 21px;
}
div.infostripe_wrapper span.play {
  background-position: 0 0;
  right: 24px;
}
div.infostripe_wrapper span.pause {
  background-position: -21px 0;
  right: 24px;
}
div.infostripe_wrapper span.close {
  background-position: -42px 0;
  right: 2px;
}
div.infostripe strong.minimize {
  padding: 0 20px;
  cursor: pointer;
  color: #FFF;
  font-weight: normal;
}/*
div.infostripe p {
  padding: 0 10px;
}
div.infostripe p span.text {
  position: absolute;
  left: 95%;
  top: 2px;
}*/
div.infostripe a {
  color: #FFF;
  text-decoration: underline;
}
div.infostripe a:hover {
  text-decoration: none;
}
div.infostripe div.corner {
  background: url(../img/sec_infostripe_corner.png) 0 0 repeat-x;
  height: 25px;
  left: 0;
  top: 0;
  position: absolute;
  width: 5px;
}

/* liScroll style declarations */

ul.hide_visible {
  visibility: hidden;
}
ul.show_visible {
  visibility: visible;
}
ul.newsticker { /* that's your list */
position: relative;
left: 100%;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
display: inline;
margin: 0;
padding: 0;
color: #FFF;
line-height: 26px;
}
ul.newsticker li span {
white-space: nowrap;
padding: 0;
color: #FFF;
margin: 0 150px 0 0;
font-weight: normal;
} 
ul.newsticker span {
margin: 0 10px 0 0;
}