div.scroller { 
width: 760px; 
height: 300px;
overflow: hidden;
}
div.scroller div.section {
width:760px;
height:300px;
overflow:hidden;
float:left;
padding:1em;		
}
div.scroller div.content {
width: 10000px;
}

