div.scroller { 
  /* modify width and height if necessary */
  width: 140px; 
  height: 100px;
  overflow: hidden;

}

div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)	*/		
  width: 140px;
  height: 100px;
overflow: hidden;


}

div.scroller div.content {
  width: 1000px;

overflow:hidden;
}


/* section-abhängig  
div#section2 {
  background: #666666;
  color:#ffffff;
overflow: hidden;
}
*/



