#container {
  position: relative;
  width: 540px;
  overflow: hidden;
}

.content {
  height: 170px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 5px;
  font-size: .8em;
}
td#scrollbut img {
  border:none;
  padding-top:50px;
  margin:0;
}
.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]-->

