div.scroller { 
width: 300px; 
overflow: hidden;
}
div.scroller div.section {
width:300px;
overflow:hidden;
float:left;
padding:0px;		
}
div.scroller div.content {
width: 10000px;
}
div#section2 {
background:#666666;
color:#ffffff;
}