/* CSS Document */
#container {
     position:relative;
     width:900px; /*set to the width of the page*/
     height:160px; /*set to the height of the images*/
     overflow:hidden;
     background-color:#fff;
 }
 
 #div1 {
     position:absolute;
     left:0px;
     top:0px;
     width:2030px; /*set to the width of all your images*/
     height:160px; /*set to the height of the images*/
 }
#div2 {
     position:absolute;
     left:424px;
     top:0px;
     width:2030px; /*set to the width of all your images*/
     height:160px; /*set to the height of the images*/
 }
