#container {
  position: relative;
  width: 500px;
  height: 75px;
  overflow: hidden;
 /* border: 1px solid #EFEFEF;*/
}

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

.content {
  width: 90px;
  height: 60px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px;
  border: 1px solid #EFEFEF;
  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]-->

