@charset "utf-8";
/* CSS Document */

body{ color: #333; font: 13px 'Lucida Grande', Verdana, sans-serif;	}

#container {
  position: relative;
  width: 585px;
  height: 120px;
  overflow: hidden;
  border: 0px;
  top:5px;
  left:7px;
  float:left;
  /*background:url(pfeil_bg.jpg) no-repeat top left;*/
}

#scroller {
  width: 765px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
  width: 85px;
  height: 90px;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  border: 0px;
  font-size: .8em;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
  float:left;
}

<!--[if IE]>
<style type="text/css">

#scroller{
  width: 800px; /* = width + margin left + margin right from the content rule + border*2 from the container rule*/
}

</style>
<!-- [endif]-->

