div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 540px; 
	height: 235px;
	overflow: hidden;
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:530px;
		height:235px;
		overflow:hidden;
		float:left;
		padding:5px;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		
		color:#ffffff;
		}
		

a.xx {
	
	margin:0px;
	padding-right:0px;
}

.controls {
	background-image:url(../images/linie_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	
	}

#my-glider {
	
	
	background-image:url(../images/bg3333.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}