div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 900px; 
	height: 500px;
	overflow: hidden;
	background:url(../images/bg-glider.jpg) no-repeat top;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:900px;
		height:500px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		color:#ffffff;
		}
		
.controls {margin-bottom:18px;
margin-top:8px;}
.controls a {
padding-bottom:14px;
}

.controls a:hover {
background:url(../images/fleches-menu.png) no-repeat center bottom;
padding-bottom:14px;

}
