/* CSS Document */
#container {
     position:relative;
     width:790px; /*set to the width of the page*/
     height:250px; /*set to the height of the images*/
     overflow:hidden;
     background-color:#fff;
 }
 
 #div1 {
     position:absolute;
     left:0px;
     top:0px;
     width:2300px; /*set to the width of all your images*/
     height:250px; /*set to the height of the images*/
 }
#div2 {
     position:absolute;
     left:424px;
     top:0px;
     width:2300px; /*set to the width of all your images*/
     height:250px; /*set to the height of the images*/
 }
 #scrollimage{
	 	float:left;
		width:130px;
		text-align:center;
		
 }

