div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 571px; 
	overflow: hidden;
	border:1px solid #ddd;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:571px;
	overflow:hidden;
	float:left;
	text-align: center;		
}
div.scroller div.content {
	width: 10000px;
}

/* Anpassungen für spezielle Fälle */
#vorschau-glider .section img {
  width: 170px;
  height: auto;
  margin: 6px 10px;
  -webkit-box-shadow: 3px 2px 5px #666;
  -moz-box-shadow: 3px 2px 5px #666;
  box-shadow: 3px 2px 5px #666;
  float: left;
}
