div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 750px; 

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

		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.formcontent {
		width: 10000px;
		}
		
		.formfeld {
		float: left;
		margin-right: 20px;
		width: 33%;
		}
		
		.formfeldende {

		}
#my-glider {
margin-top: -12px;
}

#navigation_form {
margin-top: -5px;
}