﻿#container5 {
  position: relative;
  width: 900px;
  height: 150px;
  overflow: hidden;
}

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

.content5 {
  width: 90px;
  height: 120px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  font-size: .8em;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#FFFFFF;
  font-weight: bold;
}

<!--[if IE]>
<style type="text/css">

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

</style>
<! [endif]-->

