@charset "utf-8";
/* CSS Document */

#container {
/*  position: relative; */
  width: 740px;
  height: 80px;
  overflow: hidden;
  border: none;
  float:left;
}

#scroller {
  width: 928px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
  width: 100%;
  height: 100%;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  border:none;
  font-size: .8em;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}

<!--[if IE]>
<style type="text/css">

#scroller{
  width: 882px; /* = width + margin left + margin right from the content rule + border*2 from the container rule*/
}

</style>
<!-- [endif]-->


