#container-menu {
  position: relative;
  width: 640px;
  height: 32px;
  overflow: hidden;
  border:0;
}

#container-menu2 {
  position: relative;
  width: 640px;
  height: 25px;
  overflow: hidden;
}

#scroller {
  width: 640px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

#scroller2 {
  width: 900px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
  width: auto;
  height: 25px;
  float: left;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
}
