* {
margin:0;
padding:0;
}
img {
width:200px;
height:310px;
float:left;
}
#outer {
margin:50px auto;
width:1000px;
height:310px;
border:1px solid crimson;
overflow:hidden;
/*把多余的部分隐藏掉*/
}
#inner {
width:2000px;
height:310px;
}
#inner div {
float:left;
}