#hscontainer {
  position: relative;
  width:188px;
  height: 204px;
  overflow: hidden;
  border: 4px solid #fcc;
  padding:0px;
  background-color:#fff;
}

#scroller {
  width: 192px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.hscontent {
  width: 180px;
  height: 180px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px;
  /*border: 1px solid #eee;*/
  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]-->

