#scrolling_image {
  position: absolute;
  z-index:800;
  width: 750px;
  height: 500px;
  overflow: hidden;
 
}


#scrolling_image img {
padding:0;
border:0;
margin:0;
}

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

#left_info {
position:absolute;
width:750px;
height:100%;

z-index:900;

}

.content1 {
  width: 200px;
  height: 200px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  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]-->

