div.scroller { 
width: 606px; 
height: 390px;
overflow: hidden;
}
div.scroller div.section {
width:635px;
height:390px;
overflow:hidden;
float:left;
}
div.scroller div.content {
width: 10000px;
}
div#section2 {
background:#666666;
color:#ffffff;
}