div.scroller { 
  /* modify width and height if necessary */
  width: 700px; 
  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: 700px;
  height: 100px;
  overflow: hidden;
  float: left;
background: #000000;


}

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

}

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



div.scrollersmall { 
  /* modify width and height if necessary */
  width: 145px; 
  height: 100px;
  overflow: hidden;
margin-left:10px;
}

div.scrollersmall div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)	*/		
  width: 145px;
  height: 100px;
  overflow: hidden;
  float: left;
background: #none;


}

div.scrollersmall div.content {
  width: 10000px;

}



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



