div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 735px; 
	overflow: hidden;
}
	
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:735px;
		overflow:hidden;
		float:left;
		padding:0;		
		font-size: 11px;		
	}
	div.scroller div.content {
		width: 10000px;
	}

/* Scroller 2 pour l'agenda */

div.scroller_agenda { 
	width: 653px; 
	height: 184px;
	overflow: hidden;
	/*padding: 20px 0 0 0;*/
}
	
	div.scroller_agenda div.section {	
		width: 653px;
		height: 184px;
		overflow: hidden;
		float: left;
		background: url("../images/cadre.gif") no-repeat;			
	}
	/*
	* html div.scroller_agenda div.section {	
		height: 204px!important;
	}
	*/
	div.scroller_agenda div.content {
		width: 10000px;
	}

#prev {
	width: 18px;
	height: 180px;
	background: transparent url("../images/prev.gif") no-repeat center center;
	float: left;
	clear: both;
	cursor: pointer;
}

#prev_disabled {
	width: 18px;
	height: 180px;
	background-color: transparent;
	float: left;
	clear: both;
	cursor: pointer;
}

#prev:hover {
	width: 18px;
	height: 180px;
	background: transparent url("../images/prev_over.gif") no-repeat center center;
	float: left;
	clear: both;
	cursor: pointer;
}

#next {
	position: relative;
	top: -220px;
	left: 671px;
	width: 18px;
	height: 180px;
	background: transparent url("../images/next.gif") no-repeat center center;
	float: left;
	cursor: pointer;
}

* html #next {
	left: 674px;
	height: 220px;
}

#next:hover {
	width: 18px;
	height: 180px;
	background: transparent url("../images/next_over.gif") no-repeat center center;
	float: left;
	clear: both;
	cursor: pointer;
}